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
|
/output
|
||||||
/site
|
/site
|
||||||
/tmp
|
/tmp
|
||||||
|
/tools
|
||||||
/packages
|
/packages
|
||||||
.bash_history
|
.bash_history
|
||||||
.subversion
|
.subversion
|
||||||
|
5
Makefile
5
Makefile
@ -194,6 +194,10 @@ container: FORCE
|
|||||||
@scripts/container.sh
|
@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
|
all: config
|
||||||
+@
|
+@
|
||||||
$(GLUON_ENV) $(LUA) scripts/clean_output.lua
|
$(GLUON_ENV) $(LUA) scripts/clean_output.lua
|
||||||
@ -201,6 +205,7 @@ all: config
|
|||||||
$(GLUON_ENV) $(LUA) scripts/copy_output.lua
|
$(GLUON_ENV) $(LUA) scripts/copy_output.lua
|
||||||
|
|
||||||
clean download: config
|
clean download: config
|
||||||
|
rm -rf tools
|
||||||
+@$(OPENWRTMAKE) $@
|
+@$(OPENWRTMAKE) $@
|
||||||
|
|
||||||
dirclean: FORCE
|
dirclean: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user