forked from Ivasoft/openwrt
/etc/functions.sh => /lib/functions.sh
SVN-Revision: 32062
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user