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:
@@ -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"
|
||||
;;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -30,6 +30,7 @@ case "$(brcm63xx_board_name)" in
|
||||
v2500v_bb |\
|
||||
vr-3025u |\
|
||||
vr-3025un |\
|
||||
vr-3026e |\
|
||||
wap-5813n)
|
||||
do_fixcrc
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user