libs/ipkg: pass some force flags to opkg invokations for non interactive mode
[project/luci.git] / libs / ipkg / luasrc / model / ipkg.lua
index 607c3638ed8dae32827292b05e8571a57a8e53a5..12e5a94d0f6c5e36cc305024669795bdd73e6e2d 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"