luci-0.9: merge r5733

This commit is contained in:
Jo-Philipp Wich 2010-03-07 20:14:48 +00:00
parent fa5e477e56
commit 3cdb067150
1 changed files with 1 additions and 1 deletions

View 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"