This commit adds support for the Wavlink WL-WN577A2 (black case). In Germany this dual-band wall-plug wireless router is sold under the brand name Maginon WL-755 (white case). Suppport for current OpenWRT-19.07-SNAPSHOT is included as patch. CPU: MediaTek MT7628AN (580MHz) Flash: 8MB RAM: 64MB Bootloader: U-Boot Ethernet: 2x 10/100 Mbps (Ralink RT3050) 2.4 GHz: 802.11b/g/n SoC 5 GHz: 802.11a/n/ac (MT7610E) Antennas: internal 4 green LEDs: Power and 3 programmable (LAN, WAN, WPS) Buttons: Reset, WPS Small sliding power switch Flashing instructions (U-boot): - Configure a TFTP server on your PC/Laptop and set its IP to 192.168.10.100 - Rename the OpenWrt image as firmware.bin and place it in the root folder of the TFTP server - Power off the device and connect an Ethernet cable from its LAN or WAN port to your PC/Laptop - Press the WPS button (and keep it pressed) - Power on the device (using the small sliding power switch) - After a few seconds, when the WAN/LAN LED stops blinking very fast, release the WPS button - Flashing takes about a minute - WPS LED will indicate OpenWrt device status Signed-off-by: Lars Wessels <software@bytebox.org>
84 lines
1.4 KiB
Plaintext
84 lines
1.4 KiB
Plaintext
-- Cudy
|
|
|
|
device('cudy-wr1000', 'cudy_wr1000')
|
|
|
|
|
|
-- GL.iNet
|
|
|
|
device('gl-mt300n-v2', 'gl-mt300n-v2', {
|
|
factory = false,
|
|
})
|
|
|
|
device('gl.inet-vixmini', 'glinet_vixmini', {
|
|
factory = false,
|
|
})
|
|
|
|
|
|
-- Netgear
|
|
|
|
device('netgear-r6120', 'netgear_r6120', {
|
|
factory_ext = '.img',
|
|
})
|
|
|
|
|
|
-- TP-Link
|
|
|
|
device('tp-link-archer-c50-v3', 'tplink_c50-v3', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-archer-c50-v4', 'tplink_c50-v4', {
|
|
factory = false,
|
|
})
|
|
|
|
device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-mr3420-v5', 'tplink_tl-mr3420-v5', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-wa801nd-v5', 'tplink_tl-wa801nd-v5', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-wr841n-v13', 'tl-wr841n-v13', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
device('tp-link-tl-wr902ac-v3', 'tplink_tl-wr902ac-v3', {
|
|
factory = false,
|
|
extra_images = {
|
|
{'-squashfs-tftp-recovery', '-bootloader', '.bin'},
|
|
},
|
|
})
|
|
|
|
-- VoCore 2
|
|
|
|
device('vocore2', 'vocore2', {
|
|
factory = false,
|
|
})
|
|
|
|
-- Wavlink/Maginon
|
|
|
|
device('wavlink-wl-wn577a2', 'wavlink_wl-wn577a2', {
|
|
factory = false,
|
|
aliases = {'maginon-wlr-755'},
|
|
})
|