root: add rule for setup-mode-activation tool

This commit is contained in:
David Bauer 2023-02-04 02:55:42 +01:00
parent 83dbbc182f
commit 6f984c401e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
/output
/site
/tmp
/tools
/packages
.bash_history
.subversion

View File

@ -194,6 +194,10 @@ container: FORCE
@scripts/container.sh
tools:
mkdir -p tools
gcc -o tools/enter-network-config-mode package/gluon-setup-mode/src/send-network-request.c
all: config
+@
$(GLUON_ENV) $(LUA) scripts/clean_output.lua
@ -201,6 +205,7 @@ all: config
$(GLUON_ENV) $(LUA) scripts/copy_output.lua
clean download: config
rm -rf tools
+@$(OPENWRTMAKE) $@
dirclean: FORCE