Conversation
pawM3
force-pushed
the
add-wavlink-ws-wn552k1c
branch
from
September 15, 2026 09:42
6b8aed8 to
5255444
Compare
openwrt-ai
reviewed
Sep 15, 2026
openwrt-ai
left a comment
Collaborator
There was a problem hiding this comment.
Commit checks
59fa608"ramips: add Wavlink WN-WL552K1-C support" — device name is transposed in both subject and body; it isWL-WN552K1-Ceverywhere else (PR title,model,compatible,DEVICE_MODEL).59fa608— as the commit introducing a new device, the message must carry the Hardware specification, Flash instructions and MAC address layout sections. They currently exist only in the PR body, which is not preserved in git history; move them into the commit message.5255444"ramips: add Wavlink WL-WN552K1-C device" — body says "image build configuration" but this is the other half of the same device addition, not a separate change; see the inline note about squashing.
Generated by Claude Code
pawM3
force-pushed
the
add-wavlink-ws-wn552k1c
branch
from
September 15, 2026 16:30
5255444 to
0bda40f
Compare
pawM3
force-pushed
the
add-wavlink-ws-wn552k1c
branch
from
September 15, 2026 17:16
ba2371c to
5fdcf06
Compare
openwrt-ai
reviewed
Sep 16, 2026
pawM3
force-pushed
the
add-wavlink-ws-wn552k1c
branch
from
September 16, 2026 06:48
66b3713 to
cefaba3
Compare
openwrt-ai
reviewed
Sep 16, 2026
This patch adds support for Wavlink WS-WN552K1-C, also available under other names: EXTRALINK Dynamite C21, Renkforce RF-WMH-310 (RF-WMH-320). Hardware specifications: * SoC: MediaTek MT7621AT, 2C2T, 880 MHz * RAM: 128 MB DDR3, Nanya NT5CB64M16GP-EK * Flash: 16 MB SPI NOR flash, GigaDevice GD25Q127CSIG * 5 GHz WiFi: MediaTek MT7615N (4x4:4) on mini PCIe slot * 2.4 GHz WiFi: MediaTek MT7603EN (2x2:2) on mini PCIe slot * Ethernet: 3x 1000Base-T * LEDs: Power, dual-color WAVLINK logo LED on the top cover * Buttons: Reset, WPS, Turbo, and touch button on the top cover via RH6015C touch sensor * UART: UART1 serial console (57600 8n1) on the J4 header located below the top heatsink * USB: 1x USB 2.0 Installation: Flashing instructions (U-Boot TFTP): 1. Configure a TFTP server on your computer and set its IP address to 192.168.10.100. 2. Rename the OpenWrt sysupgrade image to firmware.bin and place it in the root directory of the TFTP server. 3. Power off the device and connect an Ethernet cable from one of its LAN ports to your computer. 4. Press and hold the Reset button. 5. Power on the device. 6. After a few seconds, when the connected LAN port LED stops blinking rapidly, release the Reset button. 7. Flashing OpenWrt takes less than a minute and the device will reboot automatically. 8. After reboot, the WAVLINK logo on the top cover indicates the current OpenWrt status. Wait until the logo turns solid blue. Revert to the OEM firmware: U-Boot TFTP: Follow the flashing instructions above and use the firmware.bin OEM backup image. OpenWrt "Flash Firmware" interface: Upload the firmware.bin OEM backup image and select "Force update" before continuing. MAC address layout: The MAC address shown on the label on the back of the device is assigned to the 2.4 GHz WiFi adapter. MAC addresses assigned by the OEM firmware: * 2.4 GHz: *:XX (label) — factory@0x0004 * 5 GHz: *:XX + 1 — factory@0x8004 * WAN: *:XX - 1 — factory@0xe006 * LAN: *:XX - 2 — factory@0xe000 Signed-off-by: pawel mistrzuu <[email protected]>
pawM3
force-pushed
the
add-wavlink-ws-wn552k1c
branch
from
September 16, 2026 15:56
cefaba3 to
70bd19e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch adds support for Wavlink WS-WN552K1-C , also available under other names:
EXTRALINK Dynamite C21, Renkforce RF-WMH-310 (RF-WMH-320), Winstars WS-WN552K1...
Specifications:
"WAVLINK" LED logo on the top cover.
cover via RH6015C touch sensor.
located below the top heatsink.
Installation:
to 192.168.10.100
place it in the root folder of the TFTP server.
one of its LAN ports your computer.
blinking fast, release the "Reset" button.
reboot automatically.
the current OpenWrt running status (wait until the logo tunrs
solid blue).
Revert to the OEM Firmware:
U-boot TFTP:
Follow "Flashing instructions (u-boot TFTP)" and use the
"firmware.bin" backup image.
OpenWrt "Flash Firmware" interface:
Upload the "firmware.bin" backup image and select "Force update"
before continuing.
Notes:
The MAC address shown on the label at the back of the device
is assigned to the 2.4G WiFi adapter.
MAC addresses assigned by the OEM firmware:
2.4G: *:XX (label): factory@0x0004
5G: *:XX + 1 : factory@0x8004
WAN: *:XX - 1 : factory@0xe006
LAN: *:XX - 2 : factory@0xe000