libs/ipkg: use -force-defaults to ensure non-interactive execution

This commit is contained in:
Jo-Philipp Wich 2009-02-17 01:37:18 +00:00
parent cb0e180448
commit e062ec6981

View file

@ -21,7 +21,7 @@ local type = type
local pairs = pairs
local error = error
local ipkg = "opkg"
local ipkg = "opkg -force-defaults"
--- LuCI IPKG/OPKG call abstraction library
module "luci.model.ipkg"
@ -147,4 +147,3 @@ end
function upgrade()
return _action("upgrade")
end