luci-0.9: merge r5641 (code 255 on opkg update)
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Jan 2010 17:55:53 +0000 (17:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Jan 2010 17:55:53 +0000 (17:55 +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 ipkg = "opkg -force-defaults"
+local ipkg = "opkg"
 
 --- LuCI IPKG/OPKG call abstraction library
 module "luci.model.ipkg"