commit after running uci_set_default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10434 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2008-02-09 18:14:01 +00:00
parent 11d0604b5e
commit ac4f6d474d
1 changed files with 1 additions and 0 deletions

View File

@ -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() {