diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-12-19 16:07:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-12-19 16:07:53 +0000 |
commit | 4f4f7ca18261298b60931061855f7f890e28b822 (patch) | |
tree | 880031b4548dc5e082e022affaa5895166e06635 /package/base-files/files/etc | |
parent | f1b359fecbaa0a2d67ca14490e36a4e1e9a20be6 (diff) | |
download | upstream-4f4f7ca18261298b60931061855f7f890e28b822.tar.gz upstream-4f4f7ca18261298b60931061855f7f890e28b822.tar.bz2 upstream-4f4f7ca18261298b60931061855f7f890e28b822.zip |
merge /lib/functions/boot.sh and /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34794 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc')
-rwxr-xr-x | package/base-files/files/etc/preinit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/etc/preinit b/package/base-files/files/etc/preinit index 0fdfa8cf88..b237c2e06e 100755 --- a/package/base-files/files/etc/preinit +++ b/package/base-files/files/etc/preinit @@ -22,7 +22,6 @@ pi_init_path="/bin:/sbin:/usr/bin:/usr/sbin" pi_init_cmd="/sbin/init" . /lib/functions.sh -. /lib/functions/boot.sh boot_hook_init preinit_essential boot_hook_init preinit_main |