libs/ipkg: Remove deprecated -force-defaults option when executing opkg
[project/luci.git] / libs / ipkg / luasrc / model / ipkg.lua
index a04f0a4428b0d11ef16183ff7793ed784690af56..382fc8f8fee6b9809f6017f82e03b595f9585548 100644 (file)
@@ -21,7 +21,7 @@ local type  = type
 local pairs = pairs
 local error = error
 
 local pairs = pairs
 local error = error
 
-local ipkg = "opkg -force-defaults"
+local ipkg = "opkg"
 
 --- LuCI IPKG/OPKG call abstraction library
 module "luci.model.ipkg"
 
 --- LuCI IPKG/OPKG call abstraction library
 module "luci.model.ipkg"