From 8bb746383a6fefc533ee6bd559569b7fc0782d2f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 12 Oct 2016 17:53:22 +0200 Subject: reproducible/openwrt|lede: disable umask for now Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 82432824..936a48d4 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -144,7 +144,9 @@ openwrt_apply_variations() { export LC_ALL="fr_CH.UTF-8" export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" export CAPTURE_ENVIRONMENT="I capture the environment" - umask 0002 + # needs to fix openwrt/lede ;) + # umask 0002 + # use allmost all cores for second build export NEW_NUM_CPU=$(echo $NUM_CPU-1|bc) export MAKE="linux64 --uname-2.6 make" -- cgit v1.2.3-54-g00ecf