From 0aed29c2c17e5296ea520f31d1e83b523975de24 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 9 Jun 2017 13:32:56 +0200 Subject: reproducible_lede_common: don't build all packages improves our development speed for now. We will re-enable it to get cover more packages and targets Signed-off-by: Holger Levsen --- bin/reproducible_lede_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_lede_common.sh') diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index d465a0b4..87a6c53d 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -194,7 +194,8 @@ openwrt_config() { CONFIG=$1 printf "$CONFIG" > .config - printf "CONFIG_ALL=y\n" >> .config + # don't build all packages to improve development speed + # printf "CONFIG_ALL=y\n" >> .config printf "CONFIG_AUTOREMOVE=y\n" >> .config printf "CONFIG_CLEAN_IPKG=y\n" >> .config printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config -- cgit v1.2.3-54-g00ecf