build: remove remainders of old build system
[project/luci.git] / build / config.mk
diff --git a/build/config.mk b/build/config.mk
deleted file mode 100644 (file)
index 31279ba..0000000
+++ /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)