Skip to content
Snippets Groups Projects
Commit 3c9cfbee authored by John Crispin's avatar John Crispin
Browse files

base-files: Remove stale calls to start() in initscripts.

based on http://patchwork.openwrt.org/patch/5969/



Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 41840
parent b77e92e0
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,6 @@ boot() { ...@@ -51,8 +51,6 @@ boot() {
# temporary hack until configd exists # temporary hack until configd exists
/sbin/reload_config /sbin/reload_config
start
# create /dev/root if it doesn't exist # create /dev/root if it doesn't exist
[ -e /dev/root -o -h /dev/root ] || { [ -e /dev/root -o -h /dev/root ] || {
rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline) rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment