aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:11 +0000
committerJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:11 +0000
commit72b4fdecc9bb33aea7b6a58dcefd4553d093f266 (patch)
tree002a185d77e90555dd66ed72ba5d2d26a041046c /target/linux/brcm63xx/base-files/lib
parentdd37687de0852be2b912f7f38b57de8a8fbc04e5 (diff)
downloadupstream-72b4fdecc9bb33aea7b6a58dcefd4553d093f266.tar.gz
upstream-72b4fdecc9bb33aea7b6a58dcefd4553d093f266.tar.bz2
upstream-72b4fdecc9bb33aea7b6a58dcefd4553d093f266.zip
bcm63xx: move the board name workaround to /lib/brcm63xx.sh
SVN-Revision: 31872
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index 488aed874f..e4ac5e331d 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -13,6 +13,10 @@ brcm63xx_has_reset_button=""
brcm63xx_detect() {
board_name=$(awk 'BEGIN{FS="[ \t:/]+"} /system type/ {print $4}' /proc/cpuinfo)
+ if [ "$board_name" = "96358VW" ] && [ -e /proc/switch/eth1/enable ]; then
+ board_name="DVAG3810BN"
+ fi
+
case "$board_name" in
96348GW)
status_led="power"