diff options
| author | Vaclav Svoboda <svoboda@neng.cz> | 2017-03-15 09:37:05 +0100 |
|---|---|---|
| committer | Mathias Kresin <dev@kresin.me> | 2017-03-17 08:58:50 +0100 |
| commit | 815cc2a69ac46d9bb6b5a8dfcfb55211a49d5ca3 (patch) | |
| tree | 376e14e97a92f4cd4a2ce44b8edcfeaad102e20c /target/linux/ramips/base-files/etc/board.d | |
| parent | 443e67a4597f90184ba0a41b4a38b54990babd4d (diff) | |
| download | mtk-20170518-815cc2a69ac46d9bb6b5a8dfcfb55211a49d5ca3.zip mtk-20170518-815cc2a69ac46d9bb6b5a8dfcfb55211a49d5ca3.tar.gz mtk-20170518-815cc2a69ac46d9bb6b5a8dfcfb55211a49d5ca3.tar.bz2 | |
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 <svoboda@neng.cz>
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
| -rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 3 | ||||
| -rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 1 |
2 files changed, 4 insertions, 0 deletions
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 74ffeab..4073d80 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 bbfa269..84564c9 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|\ |
