summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-26 20:36:15 +0000
committerJohn Crispin <john@openwrt.org>2014-07-26 20:36:15 +0000
commit3c9cfbeebd191844e60e4110cc6a5f8cbe452677 (patch)
tree6245762396217685361c74cb82f9991b9c3728df /package/base-files
parentb77e92e020c17b5530ec5c1b37cf66ae0cf717e6 (diff)
downloadmtk-20170518-3c9cfbeebd191844e60e4110cc6a5f8cbe452677.zip
mtk-20170518-3c9cfbeebd191844e60e4110cc6a5f8cbe452677.tar.gz
mtk-20170518-3c9cfbeebd191844e60e4110cc6a5f8cbe452677.tar.bz2
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> SVN-Revision: 41840
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 d210fdc..b1272f4 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)