diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-19 16:07:53 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-19 16:07:53 +0000 |
commit | c8e772f18ff31566e342cd44fbd7a6b2bc11efb2 (patch) | |
tree | 880031b4548dc5e082e022affaa5895166e06635 /package/base-files/files/sbin/firstboot | |
parent | 8fedcbdf7f42cd48ebdac13f7f32e32cc3256c88 (diff) |
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/firstboot')
-rwxr-xr-x | package/base-files/files/sbin/firstboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/firstboot b/package/base-files/files/sbin/firstboot index 8fbd49990..7e9731b00 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 |