forked from Ivasoft/openwrt
brcm63xx: Add support for Huawei HG520v
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41851
This commit is contained in:
@@ -70,7 +70,8 @@ HW556*)
|
||||
;;
|
||||
|
||||
NB4-* |\
|
||||
DVG3810BN)
|
||||
DVG3810BN |\
|
||||
HW6358GW_B)
|
||||
ucidef_set_interfaces_lan_wan "eth1.1" "eth0"
|
||||
ucidef_add_switch "eth1" "1" "1"
|
||||
ucidef_add_switch_vlan "eth1" "1" "0 1 2 3 4 5t"
|
||||
|
||||
@@ -131,6 +131,11 @@ brcm63xx_detect() {
|
||||
brcm63xx_has_reset_button="true"
|
||||
ifname=eth0
|
||||
;;
|
||||
HW6358GW_B)
|
||||
status_led="HW520:green:net"
|
||||
brcm63xx_has_reset_button="true"
|
||||
ifname="eth0"
|
||||
;;
|
||||
NB6)
|
||||
brcm63xx_has_reset_button="true"
|
||||
ifname=eth0
|
||||
|
||||
Reference in New Issue
Block a user