base-files: Remove stale calls to start() in initscripts.
authorJohn Crispin <john@openwrt.org>
Sat, 26 Jul 2014 20:36:15 +0000 (20:36 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 26 Jul 2014 20:36:15 +0000 (20:36 +0000)
based on http://patchwork.openwrt.org/patch/5969/

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41840

package/base-files/files/etc/init.d/boot

index d210fdcbaad8ca085ee8ae508263c1c7f028e53e..b1272f401c6c33004c308a489d75b5231a5ad04e 100755 (executable)
@@ -51,8 +51,6 @@ boot() {
        # temporary hack until configd exists
        /sbin/reload_config
 
-       start
-
        # create /dev/root if it doesn't exist
        [ -e /dev/root -o -h /dev/root ] || {
                rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)