From 815cc2a69ac46d9bb6b5a8dfcfb55211a49d5ca3 Mon Sep 17 00:00:00 2001 From: Vaclav Svoboda Date: Wed, 15 Mar 2017 09:37:05 +0100 Subject: ramips: add support for Zbtlink ZBT-WE2026 This patch adds support for the Zbtlink ZBT-WE2026. Specification: - SoC: MediaTek MT7620N (580MHz) - RAM: 64 MiB - Flash: 8 MiB SPI - LAN: 4x100M - WAN: 1x100M Installation through bootloader webserver: - With the power unplugged press and hold reset button. - Plug power and hold reset button until LED starts to blink. - Install sysupgrade image using web interface on 192.168.1.1. Signed-off-by: Vaclav Svoboda --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 4 insertions(+) (limited to 'target/linux/ramips/base-files/lib') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 6002362d19..786aecb99b 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -646,6 +646,9 @@ ramips_board_detect() { *"ZBT-WA05") name="zbt-wa05" ;; + *"ZBT-WE2026") + name="zbt-we2026" + ;; *"ZBT-WE826") name="zbt-we826" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 90eb6e447d..08fa45ad98 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -181,6 +181,7 @@ platform_check_image() { zbt-ape522ii|\ zbt-cpe102|\ zbt-wa05|\ + zbt-we2026|\ zbt-we826|\ zbt-wg2626|\ zbt-wg3526|\ -- cgit v1.2.3