2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Jonas Gorski
2015-08-30 12:17:46 +00:00
parent 46dd362bde
commit 78f253f9b1
10 changed files with 267 additions and 1 deletions

View File

@@ -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"
;;

View File

@@ -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"

View File

@@ -30,6 +30,7 @@ case "$(brcm63xx_board_name)" in
v2500v_bb |\
vr-3025u |\
vr-3025un |\
vr-3026e |\
wap-5813n)
do_fixcrc
;;

View File

@@ -102,6 +102,9 @@ brcm63xx_dt_detect() {
"Comtrend VR-3025un")
board_name="vr-3025un"
;;
"Comtrend VR-3026e")
board_name="vr-3026e"
;;
"Comtrend WAP-5813n")
board_name="wap-5813n"
;;

View File

@@ -32,6 +32,7 @@ set_preinit_iface() {
v2110 |\
vr-3025un |\
vr-3025u |\
vr-3026e |\
wap-5813n)
ifname=eth0
;;