diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-05 16:04:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-05 16:04:23 +0000 |
commit | 9ae901445be2f33658142e401556818edbafaaf7 (patch) | |
tree | d8595eead1ed3c62440f17d6398343a1029a5be6 /package/base-files/files/etc/init.d/boot | |
parent | 9a61b249c5a355ce95747200302e353a0d30bea0 (diff) | |
download | upstream-9ae901445be2f33658142e401556818edbafaaf7.tar.gz upstream-9ae901445be2f33658142e401556818edbafaaf7.tar.bz2 upstream-9ae901445be2f33658142e401556818edbafaaf7.zip |
/etc/functions.sh => /lib/functions.sh
SVN-Revision: 32062
Diffstat (limited to 'package/base-files/files/etc/init.d/boot')
-rwxr-xr-x | package/base-files/files/etc/init.d/boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 250bfe0401..43837a80f2 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -48,7 +48,7 @@ system_config() { } apply_uci_config() { - sh -c '. /etc/functions.sh; include /lib/config; uci_apply_defaults' + sh -c '. /lib/functions.sh; include /lib/config; uci_apply_defaults' } start() { |