root: add rule for setup-mode-activation tool
This commit is contained in:
parent
83dbbc182f
commit
6f984c401e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
/output
|
||||
/site
|
||||
/tmp
|
||||
/tools
|
||||
/packages
|
||||
.bash_history
|
||||
.subversion
|
||||
|
5
Makefile
5
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user