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
This commit is contained in:
parent
b77e92e020
commit
3c9cfbeebd
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue