diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-30 12:17:46 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-30 12:17:46 +0000 |
commit | 78f253f9b10fe2cea7e8a6b8e792523ba05bad77 (patch) | |
tree | 8f4c4ac369a1c1d1c620af86efee86c775257388 /target/linux/brcm63xx/base-files/etc | |
parent | 46dd362bdee879ac629f13624d8d202eb3a00ec6 (diff) | |
download | upstream-78f253f9b10fe2cea7e8a6b8e792523ba05bad77.tar.gz upstream-78f253f9b10fe2cea7e8a6b8e792523ba05bad77.tar.bz2 upstream-78f253f9b10fe2cea7e8a6b8e792523ba05bad77.zip |
brcm63xx: add Comtrend VR-3026e support
Add support for Comtrend VR-3026e v1.
The device is almost identical to the Comtrend VR-3025un.
Signed-off-by: Martin Tesar <tesarmar@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46752
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/diag.sh | 3 | ||||
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/uci-defaults/02_network | 3 | ||||
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh index 7916ac26e2..7826fada10 100644 --- a/target/linux/brcm63xx/base-files/etc/diag.sh +++ b/target/linux/brcm63xx/base-files/etc/diag.sh @@ -39,6 +39,9 @@ set_state() { vr-3025u) status_led="VR-3025u:green:power" ;; + vr-3026e) + status_led="VR-3026e:green:power" + ;; wap-5813n) status_led="WAP-5813n:green:power" ;; diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network index 11dd5b8d7b..129514b9b6 100644 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network @@ -95,7 +95,8 @@ fast2704v2 |\ hg655b |\ p870hw-51a_v2 |\ vr-3025un |\ -vr-3025u) +vr-3025u |\ +vr-3026e) ucidef_set_interface_lan "eth0.1" ucidef_add_switch "eth0" "1" "1" ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 8t" diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc index 4a167dc297..f307a4cabe 100644 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc @@ -30,6 +30,7 @@ case "$(brcm63xx_board_name)" in v2500v_bb |\ vr-3025u |\ vr-3025un |\ + vr-3026e |\ wap-5813n) do_fixcrc ;; |