libs/ipkg: Remove deprecated -force-defaults option when executing opkg
This commit is contained in:
parent
1bd931ba98
commit
748b9b9462
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ local type = type
|
|||
local pairs = pairs
|
||||
local error = error
|
||||
|
||||
local ipkg = "opkg -force-defaults"
|
||||
local ipkg = "opkg"
|
||||
|
||||
--- LuCI IPKG/OPKG call abstraction library
|
||||
module "luci.model.ipkg"
|
||||
|
|
Loading…
Reference in a new issue