diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-11-05 02:02:49 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-05 14:06:46 +0100 |
commit | 360bb7f3d86fe9e932ac47b986d229f74f7b17d9 (patch) | |
tree | a180f49e7f3a1f3f2fe6044fa20d4d21c8cc2cd1 /bin | |
parent | 39225f470e22a7fc5635792f6c2adf2459c46006 (diff) | |
download | jenkins.debian.net-360bb7f3d86fe9e932ac47b986d229f74f7b17d9.tar.xz |
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 <mattia@debian.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_lede_common.sh | 3 |
1 files changed, 1 insertions, 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 |