brcm47xx: do not use vlan0 any more.
[openwrt.git] / target / linux / brcm47xx / base-files / lib / preinit / 05_set_failsafe_switch_brcm
index c7d0fc8..dd8fd6e 100644 (file)
@@ -3,7 +3,7 @@
 failsafe_ip() {
        [ -d /proc/switch/eth0 ] && [ "$ifname" = "eth0" ] && {
                ifconfig eth0 0.0.0.0 down
-               echo "0 1 2 3 4 ${cpu_port:-5u*}" > /proc/switch/eth0/vlan/0/ports
+               echo "0 1 2 3 4 ${cpu_port:-5u*}" > /proc/switch/eth0/vlan/1/ports
        }
 
        [ -n "$pi_ifname" ] && grep -q "$pi_ifname" /proc/net/dev && {