mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
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
|
case "$board_name" in
|
||||||
|
|
||||||
|
CVG834G_E15R3921 |\
|
||||||
RTA770BW |\
|
RTA770BW |\
|
||||||
RTA770W |\
|
RTA770W |\
|
||||||
96348W3 |\
|
96348W3 |\
|
||||||
|
@ -57,6 +57,10 @@ brcm63xx_detect() {
|
|||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth1
|
ifname=eth1
|
||||||
;;
|
;;
|
||||||
|
CVG834G_E15R3921)
|
||||||
|
status_led="CVG834G:green:power"
|
||||||
|
ifname=eth0
|
||||||
|
;;
|
||||||
GW6000)
|
GW6000)
|
||||||
brcm63xx_has_reset_button="true"
|
brcm63xx_has_reset_button="true"
|
||||||
ifname=eth1
|
ifname=eth1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user