mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
commit after running uci_set_default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10434 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d52e2fc6c9
commit
e7093a5178
@ -40,6 +40,7 @@ uci_set_default() {
|
||||
local PACKAGE="$1"
|
||||
/sbin/uci -q show "$1" > /dev/null && return 0
|
||||
/sbin/uci import "$1"
|
||||
/sbin/uci commit "$1"
|
||||
}
|
||||
|
||||
uci_revert_state() {
|
||||
|
Loading…
Reference in New Issue
Block a user