libs/ipkg: Remove deprecated -force-defaults option when executing opkg
authorVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
Wed, 23 Dec 2009 09:33:58 +0000 (09:33 +0000)
committerVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
Wed, 23 Dec 2009 09:33:58 +0000 (09:33 +0000)
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 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"