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/etc/board.d/01_leds | 3 +++ target/linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/etc/diag.sh | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/etc') diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 74ffeabca3..4073d803f2 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -385,6 +385,9 @@ zbt-wa05) set_wifi_led "$board:blue:air" set_usb_led "$board:blue:usb" ;; +zbt-we2026) + set_wifi_led "$board:green:wlan" + ;; zbt-we826) ucidef_set_led_default "power" "power" "$board:green:power" "1" set_wifi_led "$board:green:wifi" diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index bbfa269db7..84564c944f 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -107,6 +107,7 @@ ramips_setup_interfaces() y1|\ youku-yk1|\ zbt-ape522ii|\ + zbt-we2026|\ zbt-we826|\ zbt-wg2626|\ zbt-wg3526|\ diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 51c0640105..3dbf87ac5d 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -238,7 +238,8 @@ get_status_led() { status_led="$board:amber:power" ;; whr-g300n|\ - wlr-6000) + wlr-6000|\ + zbt-we2026) status_led="$board:red:power" ;; wzr-agl300nh) -- cgit v1.2.3