diff --git a/Makefile b/Makefile index dda78fe1b5..3664c96030 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)