remove unused robocfg stuff
[openwrt/svn-archive/archive.git] / openwrt / package / base-files / default / etc / init.d / S10boot
index d5ec19436a127bde1a93ef983ba9ab06422aa54d..4c5e7a5852f81d1ad8705e2dd6968a00328e7847 100755 (executable)
@@ -27,9 +27,3 @@ sed 's/^[^#]/insmod &/' /etc/modules /etc/modules.d/* 2>&-|ash
 ifconfig lo 127.0.0.1 up
 ifconfig eth0 promisc
 
 ifconfig lo 127.0.0.1 up
 ifconfig eth0 promisc
 
-[ "$(uname -r|grep -c 2.6)" = "1" ] && [ -x /sbin/robocfg ] && { # FIXME: replace when the new switch driver is integrated...
-  robocfg switch disable vlans enable reset vlan 0 ports "0 1 2 3 5t" vlan 1 ports "4 5t" port 4 state enabled stp none switch enable
-  robocfg show
-}
-
-