summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-04 20:34:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-04 20:34:08 +0000
commitd951f94e5422c226efcd29d326233b6a9907c05a (patch)
treead499845f4e07cb618cb214fd818f6da58c7d93c /openwrt
parentefe87817fe876b27483b7931fc4ca83f8f513787 (diff)
downloadmtk-20170518-d951f94e5422c226efcd29d326233b6a9907c05a.zip
mtk-20170518-d951f94e5422c226efcd29d326233b6a9907c05a.tar.gz
mtk-20170518-d951f94e5422c226efcd29d326233b6a9907c05a.tar.bz2
fix hotplug issue with compiled-in ethernet drivers
SVN-Revision: 2823
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/package/base-files/default/etc/init.d/S10boot4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S10boot b/openwrt/package/base-files/default/etc/init.d/S10boot
index 4c5e7a5..9dd0beb 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