From dfbed5f2cd152195659b79f5c2f0744c616533b2 Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 26 Jul 2014 20:36:15 +0000 Subject: [PATCH] base-files: Remove stale calls to start() in initscripts. based on http://patchwork.openwrt.org/patch/5969/ Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41840 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/boot | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index d210fdcbaa..b1272f401c 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -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) -- 2.11.0