1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-17 00:04:25 +03:00

fix hotplug issue with compiled-in ethernet drivers

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2823 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-01-04 20:34:08 +00:00
parent a74090f6c1
commit 4ff504a9dd

View File

@ -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