X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/76a399484b9c1608665f4701b5ee0cfbe6eaa870..da977bbb284999fe2619ff8c8e3b57d1459ca154:/openwrt/package/base-files/default/etc/init.d/S10boot diff --git a/openwrt/package/base-files/default/etc/init.d/S10boot b/openwrt/package/base-files/default/etc/init.d/S10boot index 4c5e7a585..9dd0beb1c 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