use lock to remove race conditions in bringing up ppp and dhcp that would lead to...
[openwrt.git] / package / base-files / default / etc / init.d / boot
index a5c8603..c583652 100755 (executable)
@@ -22,5 +22,5 @@ start() {
                /usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug net
        done
        
-       load_modules /etc/modules /etc/modules.d/*
+       load_modules /etc/modules.d/*
 }
This page took 0.026719 seconds and 4 git commands to generate.