aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2012-12-19 16:07:53 +0000
committerMirko Vogt <mirko@openwrt.org>2012-12-19 16:07:53 +0000
commit4f4f7ca18261298b60931061855f7f890e28b822 (patch)
tree880031b4548dc5e082e022affaa5895166e06635 /package/base-files/files/sbin
parentf1b359fecbaa0a2d67ca14490e36a4e1e9a20be6 (diff)
downloadupstream-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/sbin')
-rwxr-xr-xpackage/base-files/files/sbin/firstboot2
-rwxr-xr-xpackage/base-files/files/sbin/mount_root2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/sbin/firstboot b/package/base-files/files/sbin/firstboot
index 8fbd499902..7e9731b00a 100755
--- a/package/base-files/files/sbin/firstboot
+++ b/package/base-files/files/sbin/firstboot
@@ -4,7 +4,7 @@ switch2jffs_hook=
jffs2reset_hook=
no_fo_hook=
-. /lib/functions/boot.sh
+. /lib/functions.sh
firstboot_skip_next=false
diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root
index 2d73dac53f..1c48ebab1e 100755
--- a/package/base-files/files/sbin/mount_root
+++ b/package/base-files/files/sbin/mount_root
@@ -10,7 +10,7 @@ failsafe_hook=
initramfs_hook=
preinit_mount_root=
-. /lib/functions/boot.sh
+. /lib/functions.sh
for pi_source_file in /lib/preinit/*; do
. $pi_source_file