bcm63xx: switch to b53 and swconfig
[openwrt.git] / target / linux / brcm63xx / base-files / lib / preinit / 05_failsafe_config_switch_brcm63xx
index 43da8cc..e1653e3 100644 (file)
@@ -1,11 +1,6 @@
 #!/bin/sh
 
 failsafe_ip() {
-       [ -d "/proc/switch/$ifname" ] && {
-               ifconfig "$ifname" 0.0.0.0 down
-               echo "0 1 2 3 4 ${cpu_port:-5u*}" > "/proc/switch/$ifname/vlan/0/ports"
-       }
-       
        [ -n "$pi_ifname" ] && grep -q "$pi_ifname" /proc/net/dev && {
                ifconfig $pi_ifname $pi_ip netmask $pi_netmask broadcast $pi_broadcast up
         }