projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe8781
)
fix hotplug issue with compiled-in ethernet drivers
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 4 Jan 2006 20:34:08 +0000
(20:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 4 Jan 2006 20:34:08 +0000
(20:34 +0000)
SVN-Revision: 2823
openwrt/package/base-files/default/etc/init.d/S10boot
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/etc/init.d/S10boot
b/openwrt/package/base-files/default/etc/init.d/S10boot
index 4c5e7a5852f81d1ad8705e2dd6968a00328e7847..9dd0beb1c7da6bd1c22121438125372be36aadbd 100755
(executable)
--- 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