projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14943d2
)
remove unused robocfg stuff
author
Waldemar Brodkorb
<wbx@openwrt.org>
Tue, 3 Jan 2006 04:46:37 +0000
(
04:46
+0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Tue, 3 Jan 2006 04:46:37 +0000
(
04:46
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2815
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/init.d/S10boot
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/init.d/S10boot
b/package/base-files/default/etc/init.d/S10boot
index
d5ec194
..
4c5e7a5
100755
(executable)
--- 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
-}
-
-