libs/ipkg: pass some force flags to opkg invokations for non interactive mode
This commit is contained in:
parent
cfae86909f
commit
fe8e9abc0f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue