summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dda78fe1b..3664c9603 100644
--- a/Makefile
+++ b/Makefile
@@ -638,6 +638,8 @@ help:
@echo
release: OUT=buildroot-$(BR2_VERSION)
+
+release:
git archive --format=tar --prefix=$(OUT)/ master|gzip -9 >$(OUT).tar.gz
.PHONY: $(noconfig_targets)