From 855b7582d3576f45693e3a48fdb253c813cf4dce Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 14 Jun 2008 14:12:12 +0000 Subject: * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers * Setting base version to 0.7 --- build/config.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build/config.mk') diff --git a/build/config.mk b/build/config.mk index 1755974f2e..81d3e0836c 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,4 +1,9 @@ LUAC = luac LUAC_OPTIONS = -s -LUCI_INSTALLDIR = /usr/lib/lua/luci + +LUA_MODULEDIR = /usr/lib/lua +LUA_LIBRARYDIR = /usr/lib/lua + +LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci +LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci -- cgit v1.2.3