X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=build%2Fconfig.mk;h=bac250d728945ab34afaea641ae48e83845476ed;hb=8fdb12c4d12c67d101f0c273d3484658a0c3f6b9;hp=af0b443d53ce77bdc1f38f553fa1826929462f6d;hpb=aa9ccf77c6648515ba58c37b9345cdbd561028db;p=project%2Fluci.git diff --git a/build/config.mk b/build/config.mk index af0b443d5..bac250d72 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,3 +1,16 @@ LUAC = luac LUAC_OPTIONS = -s -LUCI_INSTALLDIR = /usr/lib/lua/ffluci \ 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)