fix minor typo & move loopback to network config
[openwrt.git] / package / base-files / default / etc / init.d / S10boot
index 19420ed..34f4cea 100755 (executable)
@@ -22,7 +22,3 @@ for iface in $(/sbin/ifconfig -a | awk '{print $1}' | grep eth); do
 done
 
 load_modules /etc/modules /etc/modules.d/*
-
-ifconfig lo 127.0.0.1 up
-ifconfig eth0 promisc
-
This page took 0.026984 seconds and 4 git commands to generate.