diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:43 +0000 |
commit | e5575fe335eee4a4a3a704d3895dbd382d61d76a (patch) | |
tree | 4137e7a910b8aab255637f87c235d4d85a7d8721 /target/linux/brcm63xx/base-files/lib | |
parent | a7a82db16f1a910ee379a0435069fa8889360488 (diff) | |
download | upstream-e5575fe335eee4a4a3a704d3895dbd382d61d76a.tar.gz upstream-e5575fe335eee4a4a3a704d3895dbd382d61d76a.tar.bz2 upstream-e5575fe335eee4a4a3a704d3895dbd382d61d76a.zip |
bcm63xx: add support for DSL-274XB rev F1
SVN-Revision: 31882
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-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 |