diff options
author | Steven Barth <steven@midlink.org> | 2009-05-01 11:28:34 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-05-01 11:28:34 +0000 |
commit | 67fbe1b33c2195cc763309ba7467100f56676467 (patch) | |
tree | 9d2f649d045e0da1e2df38d4ec896251861bb3a8 /Makefile | |
parent | 78d8ad784bdc06d07e2fcac409f2052b1d13d5f3 (diff) |
Remove Luasocket - obsoleted by nixio
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd
Remove lpeg - not in use
Rewrite luci-splashd using nixio
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ runboa: hostenv runhttpd: hostenv build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host/usr/bin/lucittpd) $(realpath host)/usr/lib/lucittpd/plugins" -runluci: luahost - build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath libs/httpd/host/runluci) $(realpath host) $(HTDOCS)" +runluci: runhttpd runlua: hostenv build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) lua |