From ff258effd508fc75edfb08ba709b333619d3f1e8 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Thu, 20 Apr 2017 11:07:26 +0800 Subject: ramips: add support for ZBT-WE1326 Specification: - SoC: MT7621AT, MT7603EN and MT7612EN - Flash: 16 MiB (W25Q128FVSG) - RAM: 512 MiB (EM6GE16EWXD-12H) - Ethernet: 1 x WAN (10/100/1000Mbps) and 4 x LAN (10/100/1000 Mbps) - Others: USB 2.0, micro SD slot, reset button and 8 x LEDs Issues: - Two LEDs for 2.4 GHz and 5 GHz Wi-Fi do not work, can't find GPIOs. - The pwr LED is not GPIO controllable How to install: - The original firmware is OpenWrt, so both LuCI or sysupgrade can be used. - Do not keep settings, for sysupgrade please use the -n option. Signed-off-by: Jiawei Wang --- target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/base-files/lib/upgrade') diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 036e19afe3..ae5a07b0b4 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -192,6 +192,7 @@ platform_check_image() { zbt-ape522ii|\ zbt-cpe102|\ zbt-wa05|\ + zbt-we1326|\ zbt-we2026|\ zbt-we826|\ zbt-wg2626|\ -- cgit v1.2.3