X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fhttpd%2Fhost%2Frunluci;h=bc56f15c1c9c64f0c34f6390fc68d6f89a31ede6;hp=65c6b6cf1c31f162667e878014fbbbf3d00d087d;hb=8767a20e405b9336cb40b37a877d7acd95518576;hpb=de80e2a708653e825434753a1b48559648942a3b;ds=sidebyside 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")