fix arig.org.il community profile networks
[oweals/luci.git] / build / config.mk
index 3cf13201f516cebc8b95653ef85ee0d4c58d3f71..31279ba7ded6236226192e82cf0a584baa17ed2a 100644 (file)
@@ -1,11 +1,16 @@
 LUAC = luac
 LUAC_OPTIONS = -s
+LUA_TARGET ?= source
 
 LUA_MODULEDIR = /usr/lib/lua
 LUA_LIBRARYDIR = /usr/lib/lua
 
 LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci
 LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci
+LUCI_I18NDIR = $(LUA_MODULEDIR)/luci/i18n
+
+UVL_SCHEMEDIR = host/lib/uci/schema
 
 HTDOCS = /www
 
+LUA=$(shell which lua)