diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-06-13 13:26:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-13 13:30:16 +0200 |
commit | 01328bb6318eea5191e0ff45853ba9fa15d86abe (patch) | |
tree | ad832a349315fd4e8f814c304d164896c41302ab | |
parent | ac369a693b008cc2b466f2c586ab62c5be153f7b (diff) | |
download | jenkins.debian.net-01328bb6318eea5191e0ff45853ba9fa15d86abe.tar.xz |
reproducible_lede: build all base packages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | bin/reproducible_lede_common.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index 4921ea72..c2cbf441 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -195,8 +195,7 @@ openwrt_config() { CONFIG=$1 printf "$CONFIG" > .config - # don't build all packages to improve development speed - # 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 @@ -288,8 +287,8 @@ openwrt_download() { openwrt_create_signing_keys # update feeds - ./scripts/feeds update - ./scripts/feeds install -a + #./scripts/feeds update + #./scripts/feeds install -a # configure openwrt because otherwise it wont download everything openwrt_config $CONFIG |