Skip to content
Snippets Groups Projects
Commit d4610192 authored by Paul Spooren's avatar Paul Spooren Committed by Holger Levsen
Browse files

openwrt: don't build ALL packages


While the core images etc are not reproducible, there is little point to
excessively build packages. It takes a long time and currently even
crashes the build entirely.

Disable it for now and add a second role later which actually rebuilds
packages from community feeds.

Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 049f28b1
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ openwrt_config() {
CONFIG=$1
printf "$CONFIG\n" | grep '^[^ ]' > .config
printf "CONFIG_ALL=y\n" >> .config
# printf "CONFIG_ALL=y\n" >> .config
printf "CONFIG_AUTOREMOVE=y\n" >> .config
printf "CONFIG_BUILDBOT=y\n" >> .config
printf "CONFIG_CLEAN_IPKG=y\n" >> .config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment