luci-0.9: merge r5733
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Mar 2010 20:14:48 +0000 (20:14 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Mar 2010 20:14:48 +0000 (20:14 +0000)
libs/ipkg/luasrc/model/ipkg.lua

index 607c363..12e5a94 100644 (file)
@@ -22,7 +22,7 @@ local pairs = pairs
 local error = error
 local table = table
 
-local ipkg = "opkg"
+local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite"
 
 --- LuCI IPKG/OPKG call abstraction library
 module "luci.model.ipkg"