summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh7
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 71c188022..b18386e0d 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"