summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 0935bbb..5830f89 100755
--- a/tools/configure
+++ b/tools/configure
@@ -951,7 +951,10 @@ tags:
\$(MAKE) -C \$(APPSDIR)/plugins/lib tags
zip:
- \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
+ @\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
+
+7zip:
+ @\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
EOF
if [ "yes" = "$simulator" ]; then