Fixed a design flaw in luci.model.uci
[project/luci.git] / build / config.mk
index 5a8f22f..6f54ce5 100644 (file)
@@ -1,6 +1,6 @@
 LUAC = luac
 LUAC_OPTIONS = -s
-LUA_TARGET = source
+LUA_TARGET ?= source
 
 LUA_MODULEDIR = /usr/lib/lua
 LUA_LIBRARYDIR = /usr/lib/lua
@@ -10,3 +10,4 @@ LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci
 
 HTDOCS = /www
 
+XSLTPROC=$(shell which xsltproc)