libs/core: adapt luci.model.network for wifi-iface instances which are members of...
[project/luci.git] / build / config.mk
index 66585289b9453bca577f01e20e34710fa885c1a7..31279ba7ded6236226192e82cf0a584baa17ed2a 100644 (file)
@@ -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
+LUCI_I18NDIR = $(LUA_MODULEDIR)/luci/i18n
+
+UVL_SCHEMEDIR = host/lib/uci/schema
+
+HTDOCS = /www
+
+LUA=$(shell which lua)