X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Fpackage%2Fbase-files%2Fdefault%2Fetc%2Finit.d%2FS10boot;h=9dd0beb1c7da6bd1c22121438125372be36aadbd;hb=69a15326ef39b6964388250597645588a969dd4e;hp=4c5e7a5852f81d1ad8705e2dd6968a00328e7847;hpb=53287ec3d9fa571d83200d45c5ad4d7728e01769;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/package/base-files/default/etc/init.d/S10boot b/openwrt/package/base-files/default/etc/init.d/S10boot index 4c5e7a5852..9dd0beb1c7 100755 --- a/openwrt/package/base-files/default/etc/init.d/S10boot +++ b/openwrt/package/base-files/default/etc/init.d/S10boot @@ -22,6 +22,10 @@ touch /var/log/wtmp touch /var/log/lastlog [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe +for iface in $(/sbin/ifconfig -a | awk '{print $1}' | grep eth); do + /usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug net +done + sed 's/^[^#]/insmod &/' /etc/modules /etc/modules.d/* 2>&-|ash ifconfig lo 127.0.0.1 up