libs/ipkg: pass some force flags to opkg invokations for non interactive mode

This commit is contained in:
Jo-Philipp Wich 2010-03-07 20:14:07 +00:00
parent cfae86909f
commit fe8e9abc0f

View file

@ -22,7 +22,7 @@ local pairs = pairs
local error = error
local table = table
local ipkg = "opkg"
local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite"
--- LuCI IPKG/OPKG call abstraction library
module "luci.model.ipkg"