aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-12-10 18:59:58 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-12-10 18:59:58 +0000
commit44e22cbd49deeb17e9033da8bc72059887acb92f (patch)
tree27b93a722723b7f3b5a80149a75ecb7578d6e9fb /target/linux/brcm63xx/base-files/lib/brcm63xx.sh
parent4dcba4234223d83e60640e62a0c959aea2eb657c (diff)
downloadupstream-44e22cbd49deeb17e9033da8bc72059887acb92f.tar.gz
upstream-44e22cbd49deeb17e9033da8bc72059887acb92f.tar.bz2
upstream-44e22cbd49deeb17e9033da8bc72059887acb92f.zip
Fixed Comtrend CT536_CT5621 board settings. These boards are based on the 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network.
SVN-Revision: 24442
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index e2c563460a..71c188022c 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -34,6 +34,11 @@ brcm63xx_detect() {
brcm63xx_has_reset_button="true"
ifname=eth1
;;
+ "bcm63xx/CT536_CT5621 "*)
+ status_led="power"
+ brcm63xx_has_reset_button="true"
+ ifname=eth0
+ ;;
"bcm63xx/96358GW "* | "bcm63xx/SPW500V "*)
status_led="power:green"
brcm63xx_has_reset_button="true"