mirror of https://github.com/hak5/openwrt-owl.git
parent
c86404e5a1
commit
1963209708
|
@ -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