libs/ipkg: call opkg with --autoremove

This commit is contained in:
Jo-Philipp Wich 2010-03-08 01:47:10 +00:00
parent 928f16618e
commit 2269eb3ef0

View file

@ -23,7 +23,7 @@ local pairs = pairs
local error = error
local table = table
local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite"
local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite --autoremove"
local icfg = "/etc/opkg.conf"
--- LuCI IPKG/OPKG call abstraction library