log rcS output
[openwrt.git] / target / default / target_skeleton / etc / init.d / S10boot
index 9904807..0722dc0 100755 (executable)
@@ -25,7 +25,7 @@ touch /var/log/lastlog
   }
 }
 
-sed 's/^[^#]/insmod &/' /etc/modules 2>&-|ash
+cat /etc/modules /etc/modules.d/* | sed 's/^[^#]/insmod &/' 2>&-|ash
 
 ifconfig lo 127.0.0.1 up
 ifconfig eth0 promisc
@@ -40,5 +40,3 @@ vconfig set_name_type VLAN_PLUS_VID_NO_PAD
 [ -z "$FAILSAFE" ] && {
        { mount | grep jffs2 1>&-; } || firstboot
 }
-
-sysctl -p
This page took 0.023198 seconds and 4 git commands to generate.