From 8ea330e9df295630bb8167fb6211be164dd8fc8c Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 3 Aug 2015 20:00:52 +0200 Subject: reproducible openwrt: disable external feeds which probably break building --- bin/reproducible_openwrt.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index d22a22b2..bef59f37 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -157,11 +157,12 @@ echo "This is openwrt $OPENWRT_VERSION." echo git log -1 -echo "=============================================================================" -echo "$(date -u) - Updating package feeds." -echo "=============================================================================" -./scripts/feeds update -a -./scripts/feeds install -a +# External feeds disabled for now as they break building (especially with CONFIG_ALL=y). +#echo "=============================================================================" +#echo "$(date -u) - Updating package feeds." +#echo "=============================================================================" +#./scripts/feeds update -a +#./scripts/feeds install -a build_two_times ar71xx_generic_ARCHERC7 "CONFIG_TARGET_ar71xx_generic=y\nCONFIG_TARGET_ar71xx_generic_ARCHERC7=y\n" build_two_times x86_64 "CONFIG_TARGET_x86=y\nCONFIG_TARGET_x86_64=y\n" -- cgit v1.2.3-54-g00ecf