From a160f50d4f240019fafe95e80701ebb871c788fe Mon Sep 17 00:00:00 2001 From: Thomas Vincent-Cross Date: Tue, 23 Oct 2018 02:21:16 +1100 Subject: ramips: add support for Wavlink WL-WN570HA1 This commit adds support for the Wavlink WL-WN570HA1, a dual-band PoE wireless router with the following specifications: - CPU: MediaTek MT7688AN 580MHz - Flash: 8MB - RAM: 64MB - Ethernet: 1x 10/100Mbps - 2.4 GHz: 802.11b/g/n SoC, 1T1R, 27 dBm - 5 GHz: 802.11a/n/ac MT7610E, 1T1R, 25 dBm - Antennas: 2x external (1 per radio), detachable - LEDs: 3 programmable + Wi-Fi, WAN/LAN, Power - Buttons: Reset Flashing instructions: Factory U-boot launches a TFTP client if reset button is pressed during power-on. Rename the sysupgrade file and configure TFTP as follows: - Client (WL-WN570HA1) IP: 192.168.10.101 - Server IP: 192.168.10.100 - Filename: firmware.bin Signed-off-by: Thomas Vincent-Cross [use generic board detection, add firmware partition compatible] Signed-off-by: Mathias Kresin --- target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/base-files/lib') diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index e4ddc0eec4..fc73f37e29 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -178,6 +178,7 @@ platform_check_image() { w306r-v20|\ w502u|\ ravpower,wd03|\ + wavlink,wl-wn570ha1|\ wf-2881|\ whr-1166d|\ whr-300hp2|\ -- cgit v1.2.3