From 9064f6e953bd426a26d4a4a13e357d897ac3b841 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 8 Jun 2017 19:04:29 +0200 Subject: reproducible_lede: before download compile tar On system without `tar --sort=name` we need to compile tar before downloading everything Signed-off-by: Holger Levsen --- bin/reproducible_lede_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_lede_common.sh') diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index e52ede47..60fbe3db 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -254,7 +254,7 @@ openwrt_download() { # configure openwrt because otherwise it wont download everything openwrt_config $CONFIG - while ! make download -j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1 ; do + while ! make tools/tar/compile download -j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1 ; do tries=$((tries - 1)) if [ $tries -eq 0 ] ; then echo "================================================================================" -- cgit v1.2.3-54-g00ecf