fix arig.org.il community profile networks
[oweals/luci.git] / build / config.mk
index 81d3e0836ca3ed8553b2d8ad17638185f7d64799..31279ba7ded6236226192e82cf0a584baa17ed2a 100644 (file)
@@ -1,9 +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)