diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:52:51 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:52:51 +0100 |
commit | b348413fb23962e28fd5158e3ba21ea933feb8f3 (patch) | |
tree | b375b105f48d24476ea765667a412bee6d4f34f6 /build/config.mk | |
parent | eb25d532a88b140431c20077edf56bb40663c8fc (diff) |
build: remove remainders of old build system
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
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 31279ba7de..0000000000 --- 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) |