summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 1e301d20..c81e4f9d 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -185,7 +185,7 @@ openwrt_apply_variations() {
# use allmost all cores for second build
export NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
- export MAKE="linux64 --uname-2.6 make"
+ export MAKE=make
fi
}