diff options
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build/config.mk b/build/config.mk deleted file mode 100644 index 31279ba7d..000000000 --- a/build/config.mk +++ /dev/null @@ -1,16 +0,0 @@ -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) |