From 7058a48ea7bed4247024e5e3ddbc46604bfde693 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 14 Jun 2015 20:53:24 +0200 Subject: reproducible openwrt: build only one image --- bin/reproducible_openwrt.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index c953e5bd..33d627a7 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -117,6 +117,11 @@ echo "========================================================================== echo "$(date -u) - Building the toolchain." echo "=============================================================================" make defconfig +# Replace default target with a specific one +sed 's/CONFIG_TARGET_ar71xx_generic_Default=y/# CONFIG_TARGET_ar71xx_generic_Default is not set/g' -i .config +sed 's/# CONFIG_TARGET_ar71xx_generic_ARCHERC7 is not set/CONFIG_TARGET_ar71xx_generic_ARCHERC7=y/g' -i .config +make oldconfig + ionice -c 3 nice \ make -j $NUM_CPU tools/install ionice -c 3 nice \ -- cgit v1.2.3-54-g00ecf