aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-26 20:36:15 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-26 20:36:15 +0000
commit88178fb2e926bd1f4517bbd05ce6263f80abb195 (patch)
tree07365df071f478e6d8992224df5fce87e3a0624a /package/base-files
parentdaa1915f324c153d688cb66966dd9ace41342473 (diff)
downloadupstream-88178fb2e926bd1f4517bbd05ce6263f80abb195.tar.gz
upstream-88178fb2e926bd1f4517bbd05ce6263f80abb195.tar.bz2
upstream-88178fb2e926bd1f4517bbd05ce6263f80abb195.zip
base-files: Remove stale calls to start() in initscripts.
based on http://patchwork.openwrt.org/patch/5969/ Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41840 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/boot2
1 files changed, 0 insertions, 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)