From d463d0b8357764ca9018549fa624c428f56fcd87 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 27 Aug 2008 08:53:40 +0000 Subject: Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one Minor bugfixes --- libs/sgi-webuci/root/usr/lib/boa/luci.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/sgi-webuci/root/usr') diff --git a/libs/sgi-webuci/root/usr/lib/boa/luci.lua b/libs/sgi-webuci/root/usr/lib/boa/luci.lua index c7ac168452..387d577d60 100644 --- a/libs/sgi-webuci/root/usr/lib/boa/luci.lua +++ b/libs/sgi-webuci/root/usr/lib/boa/luci.lua @@ -25,8 +25,8 @@ function init(path) if (root ~= '/') then -- Entering dummy mode luci.model.uci.cursor = function(config, ...) - return uci.cursor(config or root .. "/etc/config", ...) - end + return uci2.cursor(config or root .. "/etc/config", ...) + end luci.sys.hostname = function() return "" end luci.sys.loadavg = function() return 0,0,0,0,0 end -- cgit v1.2.3