2
0
forked from Ivasoft/openwrt

make basefiles aware of procd

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

SVN-Revision: 36003
This commit is contained in:
John Crispin
2013-03-13 18:11:19 +00:00
parent 1360067c4a
commit f43b7934d2
38 changed files with 705 additions and 70 deletions

View File

@@ -3,13 +3,7 @@
# Copyright (C) 2010 Vertical Communications
run_init() {
preinit_echo "- init -"
preinit_ip_deconfig
if [ "$pi_init_suppress_stderr" = "y" ]; then
exec env - PATH=$pi_init_path $pi_init_env $pi_init_cmd 2>&0
else
exec env - PATH=$pi_init_path $pi_init_env $pi_init_cmd
fi
}
boot_hook_add preinit_main run_init