diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index e4ac5e331d..6f36b50eea 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -48,7 +48,8 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth0 ;; - AW4139) + AW4139 |\ + AW4339U) status_led="dsl-274xb:green:power" brcm63xx_has_reset_button="true" ifname=eth0 |