libs/ipkg: Remove deprecated -force-defaults option when executing opkg
[project/luci.git] / libs / ipkg / luasrc / model / ipkg.lua
index a04f0a4..382fc8f 100644 (file)
@@ -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"