aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2006-01-03 04:46:37 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2006-01-03 04:46:37 +0000
commit927ab463fb65539129594f22c42bcdb71ba34f25 (patch)
tree9c8ca78db9a65f14c90003f93196824dfc889413 /package/base-files
parent14943d2810c01973efcd3a2e2c1c0b503181a278 (diff)
downloadmaster-187ad058-927ab463fb65539129594f22c42bcdb71ba34f25.tar.gz
master-187ad058-927ab463fb65539129594f22c42bcdb71ba34f25.tar.bz2
master-187ad058-927ab463fb65539129594f22c42bcdb71ba34f25.zip
remove unused robocfg stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2815 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/default/etc/init.d/S10boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/base-files/default/etc/init.d/S10boot b/package/base-files/default/etc/init.d/S10boot
index d5ec19436a..4c5e7a5852 100755
--- a/package/base-files/default/etc/init.d/S10boot
+++ b/package/base-files/default/etc/init.d/S10boot
@@ -27,9 +27,3 @@ sed 's/^[^#]/insmod &/' /etc/modules /etc/modules.d/* 2>&-|ash
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
-}
-
-