X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=build%2Fconfig.mk;h=bac250d728945ab34afaea641ae48e83845476ed;hb=a519a8c2ed6b897df04846f74a9ed42cb65f9be9;hp=6f54ce591ebb51c15521c9df477b74cf76f10cf7;hpb=5941f334ff118be916468101c7994a92e86cf0c2;p=project%2Fluci.git diff --git a/build/config.mk b/build/config.mk index 6f54ce591..bac250d72 100644 --- a/build/config.mk +++ b/build/config.mk @@ -8,6 +8,9 @@ LUA_LIBRARYDIR = /usr/lib/lua LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci +UVL_SCHEMEDIR = host/lib/uci/schema + HTDOCS = /www +LUA=$(shell which lua) XSLTPROC=$(shell which xsltproc)