diff options
author | John Crispin <john@openwrt.org> | 2015-11-02 10:18:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-02 10:18:19 +0000 |
commit | 165244a222bf466bd952bac38de1cbdd53a80113 (patch) | |
tree | 2f4da7113ce0d9e65b1a4c295a61d76def261c94 /target/linux/ramips/base-files/etc | |
parent | 0f4b153e3d3c7e49d85a541dbfbd45109e396ad9 (diff) | |
download | upstream-165244a222bf466bd952bac38de1cbdd53a80113.tar.gz upstream-165244a222bf466bd952bac38de1cbdd53a80113.tar.bz2 upstream-165244a222bf466bd952bac38de1cbdd53a80113.zip |
ramips: add support for ZBT WG2626
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 47351
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 3 | ||||
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 3 |
2 files changed, 4 insertions, 2 deletions
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 21e3641778..382174298a 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -83,7 +83,8 @@ ramips_setup_interfaces() wsr-1166|\ wsr-600|\ wt1520|\ - y1) + y1|\ + zbt-wg2626) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t" diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 537675960f..e0dd92ab97 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -62,7 +62,8 @@ get_status_led() { rut5xx|\ v11st-fe|\ vocore|\ - wmr-300) + wmr-300|\ + zbt-wg2626) status_led="$board:green:status" ;; atp-52b|\ |