diff --git a/tools/configure b/tools/configure index 4e6a6d3691..79fe31b106 100755 --- a/tools/configure +++ b/tools/configure @@ -478,6 +478,9 @@ tags-apps: tags: @rm -f TAGS \$(MAKE) tags-firmware tags-apps + +zip: + \$(TOOLSDIR)/buildzip.pl \$(TARGET) EOF echo "Created Makefile"