brcm63xx: add user-space support for Netgear CVG834G
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36877
This commit is contained in:
parent
42e69f45c7
commit
2b9d084af9
@ -14,6 +14,7 @@ ucidef_set_interface_loopback
|
||||
|
||||
case "$board_name" in
|
||||
|
||||
CVG834G_E15R3921 |\
|
||||
RTA770BW |\
|
||||
RTA770W |\
|
||||
96348W3 |\
|
||||
|
@ -57,6 +57,10 @@ brcm63xx_detect() {
|
||||
brcm63xx_has_reset_button="true"
|
||||
ifname=eth1
|
||||
;;
|
||||
CVG834G_E15R3921)
|
||||
status_led="CVG834G:green:power"
|
||||
ifname=eth0
|
||||
;;
|
||||
GW6000)
|
||||
brcm63xx_has_reset_button="true"
|
||||
ifname=eth1
|
||||
|
Loading…
Reference in New Issue
Block a user