libs/ipkg: Remove deprecated -force-defaults option when executing opkg

This commit is contained in:
Vasilis Tsiligiannis 2009-12-23 09:33:58 +00:00
parent 1bd931ba98
commit 748b9b9462

View file

@ -21,7 +21,7 @@ local type = type
local pairs = pairs local pairs = pairs
local error = error local error = error
local ipkg = "opkg -force-defaults" local ipkg = "opkg"
--- LuCI IPKG/OPKG call abstraction library --- LuCI IPKG/OPKG call abstraction library
module "luci.model.ipkg" module "luci.model.ipkg"