fix wrtsl54gs failsafe vlan settings
authorFelix Fietkau <nbd@openwrt.org>
Wed, 8 Mar 2006 06:33:08 +0000 (06:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 8 Mar 2006 06:33:08 +0000 (06:33 +0000)
SVN-Revision: 3335

openwrt/package/base-files/default/etc/preinit

index 39b796b2d3b2db230273aedae25ba2d8330a50a3..dd481e065da595f1668beae80c422b701d081b55 100755 (executable)
@@ -17,8 +17,8 @@ insmod switch-robo || insmod switch-adm || rmmod switch-core
        echo 1 > /proc/switch/eth0/reset
 
        case "$(nvram get boardtype)" in
-               0x0467) echo "0 1 2 3 5u*";;
-                    *) echo "1 2 3 4 5u*";;
+               0x0467|0x042f) echo "0 1 2 3 5u*";;
+                           *) echo "1 2 3 4 5u*";;
        esac > /proc/switch/eth0/vlan/0/ports
 }