Fixed UCI save support for LuCI SDK
This commit is contained in:
parent
64f835a291
commit
24fc615353
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ gcchost: gccbuild hostcopy
|
|||
luahost: luabuild hostcopy
|
||||
|
||||
hostcopy:
|
||||
mkdir -p host
|
||||
mkdir -p host/tmp
|
||||
for i in $(MODULES); do cp -a $$i/dist/* host/ -R 2>/dev/null || true; done
|
||||
for i in $(MODULES); do cp -a $$i/hostfiles/* host/ -R 2>/dev/null || true; done
|
||||
rm -f host/luci
|
||||
|
|
Loading…
Reference in a new issue