X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=Makefile;h=8ce59c268303a503a5d0cb5660872c1435098050;hp=796bb415412f5dea3ba988bb23fb3872b4566c38;hb=4f630d647c7191ac9d8fd2dfcc8e93746faf391a;hpb=a038da390d7fd3a75b5a1045afbb4d9782556c57;ds=sidebyside diff --git a/Makefile b/Makefile index 796bb41541..8ce59c2683 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,19 @@ hostcopy: rm -f host/luci ln -s .$(LUCI_MODULEDIR) host/luci -run: host +runboa: host libs/sgi-webuci/host/buildconfig.sh `pwd`/host > host/etc/boa/boa.conf ./host/usr/bin/boa -c ./host/etc/boa -d +runluci: luahost + libs/httpd/host/runluci host$(HTDOCS) + hostclean: clean rm -rf host + +run: + # make run is deprecated # + # Please use: # + # # + # make runluci to use LuCI HTTPD # + # make runboa to use Boa / Webuci #