X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=build%2Fconfig.mk;h=bac250d728945ab34afaea641ae48e83845476ed;hb=114aa8d1119568feeccfb669dd22ceaf17d696e8;hp=66585289b9453bca577f01e20e34710fa885c1a7;hpb=365d80765d3f08c457b0a373c395c8e1940e44be;p=project%2Fluci.git diff --git a/build/config.mk b/build/config.mk index 66585289b..bac250d72 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,3 +1,16 @@ LUAC = luac LUAC_OPTIONS = -s -LUCI_INSTALLDIR = /usr/lib/lua/luci \ No newline at end of file +LUA_TARGET ?= source + +LUA_MODULEDIR = /usr/lib/lua +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)