bcm63xx: move the board name workaround to /lib/brcm63xx.sh
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / lib / brcm63xx.sh
index 488aed874ff4736c6606beefb56fbc783a2530d3..e4ac5e331de794a2aab71c2ea03daf8e808e6b49 100755 (executable)
@@ -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"