From 2b9d084af9cc67df594811b6e32031065a5bd924 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 6 Jun 2013 22:22:20 +0000 Subject: brcm63xx: add user-space support for Netgear CVG834G Signed-off-by: Florian Fainelli SVN-Revision: 36877 --- target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh') diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index ded946d..7c449ae 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -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 -- cgit v1.1