X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=build%2Fconfig.mk;h=bac250d728945ab34afaea641ae48e83845476ed;hb=81a3c7b2d2c5260eebf386585cde2281553b6ba4;hp=81d3e0836ca3ed8553b2d8ad17638185f7d64799;hpb=855b7582d3576f45693e3a48fdb253c813cf4dce;p=project%2Fluci.git diff --git a/build/config.mk b/build/config.mk index 81d3e0836..bac250d72 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,5 +1,6 @@ LUAC = luac LUAC_OPTIONS = -s +LUA_TARGET ?= source LUA_MODULEDIR = /usr/lib/lua LUA_LIBRARYDIR = /usr/lib/lua @@ -7,3 +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)