From 8767a20e405b9336cb40b37a877d7acd95518576 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 2 Nov 2008 22:05:57 +0000 Subject: [PATCH 1/1] Apply host-UVL --- libs/httpd/host/runluci | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/httpd/host/runluci b/libs/httpd/host/runluci index 65c6b6cf1..bc56f15c1 100755 --- a/libs/httpd/host/runluci +++ b/libs/httpd/host/runluci @@ -22,6 +22,11 @@ pcall(function() require "luci.model.uci".cursor = function(config, save) return uci.cursor(config or SYSROOT .. "/etc/config", save or SYSROOT .. "/tmp/.uci") end + + local x = require "luci.uvl".UVL.__init__ + require "luci.uvl".UVL.__init__ = function(self, schemedir) + x(self, schemedir or SYSROOT .. "/lib/uci/schema") + end end) require("luci.sys") -- 2.11.0