From 8c41e51e92fda935eb907b9263ae44a30f9977bc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 25 Jun 2007 08:32:25 +0000 Subject: fix failsafe on broadcom, send netlink events in diag when running linux 2.6 SVN-Revision: 7722 --- package/base-files/files/etc/init.d/boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files/etc/init.d/boot') diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 02519fbbc7..9990dc782f 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -40,7 +40,7 @@ start() { touch /var/log/lastlog ln -s /tmp/resolv.conf.auto /tmp/resolv.conf [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe - + /sbin/hotplug2 --persistent --max-children 1 & # the coldplugging of network interfaces needs to happen later, so we do it manually here -- cgit v1.2.3