From ec415bd0b3feec78b1be073709ffae0de219de33 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 2 Aug 2016 19:41:21 +0200 Subject: reproducible/openwrt|lede: checkout a full tree To find out the version it's required to have a full tree. --- bin/reproducible_openwrt_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 5eb3b087..ef942a74 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -229,7 +229,7 @@ openwrt_build() { echo "=============================================================================" echo "$(date -u) - Cloning $TYPE git repository." echo "=============================================================================" - git clone --depth 1 -b $OPENWRT_GIT_BRANCH $OPENWRT_GIT_REPO $TYPE + git clone -b $OPENWRT_GIT_BRANCH $OPENWRT_GIT_REPO $TYPE cd $TYPE # set tz, date, core, .. -- cgit v1.2.3-54-g00ecf