diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index afe9624933..1d9b448b75 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 ;; + AR1004G) + status_led="AR1004G:green:power" + brcm63xx_has_reset_button="true" + ;; CVG834G_E15R3921) status_led="CVG834G:green:power" ifname=eth0 |