Merge r4245
This commit is contained in:
parent
66fc38228c
commit
eae5ea40f6
1 changed files with 9 additions and 10 deletions
|
@ -21,7 +21,7 @@ local type = type
|
||||||
local pairs = pairs
|
local pairs = pairs
|
||||||
local error = error
|
local error = error
|
||||||
|
|
||||||
local ipkg = "opkg"
|
local ipkg = "opkg -force-defaults"
|
||||||
|
|
||||||
--- LuCI IPKG/OPKG call abstraction library
|
--- LuCI IPKG/OPKG call abstraction library
|
||||||
module "luci.model.ipkg"
|
module "luci.model.ipkg"
|
||||||
|
@ -147,4 +147,3 @@ end
|
||||||
function upgrade()
|
function upgrade()
|
||||||
return _action("upgrade")
|
return _action("upgrade")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue