diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-11-28 22:04:44 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-11-28 22:04:44 +0000 |
commit | 314bce63e6a510e0b47c70c72293a1a094a7cac7 (patch) | |
tree | 862107eca2f2141045cd2c6939ba57b8679ef604 /target/linux/brcm63xx/base-files/lib | |
parent | 3a49f669f2fe726f6350a5e0a71af70824a13f54 (diff) | |
download | upstream-314bce63e6a510e0b47c70c72293a1a094a7cac7.tar.gz upstream-314bce63e6a510e0b47c70c72293a1a094a7cac7.tar.bz2 upstream-314bce63e6a510e0b47c70c72293a1a094a7cac7.zip |
bcm63xx: Add support for the T-Com Speedport W 500V.
Add support for the T-Com Speedport W 500V using a special tagged image as it
identifies itself as a 96348GW, but has some gpios wired differently, and also
has only one ethernet port without a switch attached to it.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24190
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index bacd6665fc..a9ac79b617 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -25,7 +25,7 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth1 ;; - "bcm63xx/96358GW "*) + "bcm63xx/96358GW "* | "bcm63xx/SPW500V "*) status_led="power:green" brcm63xx_has_reset_button="true" ifname=eth0 |