summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/reproducible_openwrt_common.sh2
1 files changed, 1 insertions, 1 deletions
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, ..