[package] /etc/functions.sh => /lib/functions.sh
[openwrt.git] / package / base-files / files / etc / init.d / boot
index 250bfe0..43837a8 100755 (executable)
@@ -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() {