X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=Makefile;h=796bb415412f5dea3ba988bb23fb3872b4566c38;hp=38e2d155222f67ec039af64b963c58cae059011d;hb=77da39e7762f7494399e7bad88709764cd6d8f44;hpb=b8430dcff704319f01279f1c399af4faf9cb9cb2 diff --git a/Makefile b/Makefile index 38e2d15522..796bb41541 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,10 @@ hostcopy: mkdir -p host for i in $(MODULES); do cp -a $$i/dist/* host/ -R 2>/dev/null || true; done rm -f host/luci - ln -s .$(LUCI_INSTALLDIR) host/luci + ln -s .$(LUCI_MODULEDIR) host/luci run: host + libs/sgi-webuci/host/buildconfig.sh `pwd`/host > host/etc/boa/boa.conf ./host/usr/bin/boa -c ./host/etc/boa -d hostclean: clean