luci-0.9: merge r5641 (code 255 on opkg update)

This commit is contained in:
Jo-Philipp Wich 2010-01-01 17:55:53 +00:00
parent 8bc4c2646e
commit 2a5d6299fd

View file

@ -21,7 +21,7 @@ local type = type
local pairs = pairs
local error = error
local ipkg = "opkg -force-defaults"
local ipkg = "opkg"
--- LuCI IPKG/OPKG call abstraction library
module "luci.model.ipkg"