diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 12:37:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 12:37:22 +0000 |
commit | bbb44cf245c11bc0c1d59e836007c9e8c3bfa209 (patch) | |
tree | 94f0e62e0aa1d739bbc73d3a7fe0d91293c3eca3 /Makefile | |
parent | 91b97bc9f625d09431dc1c753209a037d7c42fbc (diff) |
Remove remaining references to boa and lucid
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -60,9 +60,6 @@ sdk: ucidefaults: build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/bin/uci-defaults --exclude luci-freifunk-*" -runhttpd: hostenv - build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "lua build/lucid.lua" - runuhttpd: hostenv cp $(realpath build)/luci.cgi $(realpath host)/www/cgi-bin/luci build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/usr/sbin/uhttpd -p 8080 -h $(realpath host)/www -f" @@ -92,11 +89,8 @@ run: # make run is deprecated # # Please use: # # # - # To run LuCI WebUI using LuCIttpd # - # make runhttpd # - # # - # To run LuCI WebUI using Boa/Webuci # - # make runboa # + # To run LuCI WebUI using uhttpd # + # make runuhttpd # # # # To start a shell in the LuCI environment # # make runshell # |