diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 71c188022c..b18386e0dd 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -39,11 +39,16 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth0 ;; - "bcm63xx/96358GW "* | "bcm63xx/SPW500V "*) + "bcm63xx/SPW500V "*) status_led="power:green" brcm63xx_has_reset_button="true" ifname=eth0 ;; + "bcm63xx/AW4139 "*) + status_led="dsl-274xb:green:power" + brcm63xx_has_reset_button="true" + ifname=eth0 + ;; "bcm63xx/CPVA642 "* ) status_led="power:green" brcm63xx_has_reset_button="true" |