From 360bb7f3d86fe9e932ac47b986d229f74f7b17d9 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 5 Nov 2017 02:02:49 +0100 Subject: reproducible_lede: enable building all packages again It was disabled to improve the debug speed while doing changes on the reproducible_lede_common script. Signed-off-by: Mattia Rizzolo --- bin/reproducible_lede_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index fbb2a681..bb9bf773 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -233,8 +233,7 @@ openwrt_config() { CONFIG=$1 printf "$CONFIG\n" | grep '^[^ ]' > .config - # build all packages - # printf "CONFIG_ALL=y\n" >> .config + 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