fix failsafe on broadcom, send netlink events in diag when running linux 2.6
[openwrt/svn-archive/archive.git] / package / base-files / files / etc / init.d / boot
index 02519fbbc77a9f1110b52d190f5eb1970d6cab7a..9990dc782f7d572ff2a72c98659afc919b8d7a53 100755 (executable)
@@ -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