summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-06-13 13:26:04 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-13 13:30:16 +0200
commit01328bb6318eea5191e0ff45853ba9fa15d86abe (patch)
treead832a349315fd4e8f814c304d164896c41302ab /bin/reproducible_lede_common.sh
parentac369a693b008cc2b466f2c586ab62c5be153f7b (diff)
downloadjenkins.debian.net-01328bb6318eea5191e0ff45853ba9fa15d86abe.tar.xz
reproducible_lede: build all base packages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede_common.sh')
-rw-r--r--bin/reproducible_lede_common.sh7
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