summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-05-30 10:27:46 +0000
committerJonas Gorski <jogo@openwrt.org>2012-05-30 10:27:46 +0000
commit3fc76fb7814dded3730571768f1b6d75fb981f0d (patch)
treece904a4dafba9d76ad831e0a88957dcac1c52826 /target/linux/brcm63xx/base-files/lib
parentc454ba36579dcdca717514f4744d8a926ac01d8e (diff)
downloadmaster-31e0f0ae-3fc76fb7814dded3730571768f1b6d75fb981f0d.tar.gz
master-31e0f0ae-3fc76fb7814dded3730571768f1b6d75fb981f0d.tar.bz2
master-31e0f0ae-3fc76fb7814dded3730571768f1b6d75fb981f0d.zip
bcm63xx: build images for 6328 reference boards with various flash sizes
Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues SVN-Revision: 32004
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index 6f36b50eea..5fe0cdc06e 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -18,6 +18,14 @@ brcm63xx_detect() {
fi
case "$board_name" in
+ 96328avng)
+ status_led="96328avng::power"
+ ifname=eth0
+ ;;
+ 963281TAN)
+ status_led="963281TAN::power"
+ ifname=eth0
+ ;;
96348GW)
status_led="power"
brcm63xx_has_reset_button="true"