luci-0.9: merge r5748

This commit is contained in:
Jo-Philipp Wich 2010-03-08 01:47:51 +00:00
parent 5abc657c8e
commit 6ce49433c5

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