aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-02-14 12:24:07 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-15 11:37:13 +0100
commitb8c9ded999bd740c6a7c5e2816f047f957f795ee (patch)
tree5216c9b283777b75b8636b2ffd67c0b26aeb5ec8 /package/base-files
parenteea6df8255bdf7d64124140bd1f138af3c9ed2ee (diff)
downloadupstream-b8c9ded999bd740c6a7c5e2816f047f957f795ee.tar.gz
upstream-b8c9ded999bd740c6a7c5e2816f047f957f795ee.tar.bz2
upstream-b8c9ded999bd740c6a7c5e2816f047f957f795ee.zip
build: add buildbot specific config option for setting defaults
This can be used to tweak the buildbot behavior without having to change buildbot's configuration. It will also allow us to add more aggressive clean steps (e.g. on toolchain changes), which would break developers' workflows if enable by default. Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/image-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index 0439206bb6..b60053046a 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -286,7 +286,7 @@ menuconfig PER_FEED_REPO
config PER_FEED_REPO_ADD_COMMENTED
bool "Comment out not enabled feeds"
- default y
+ default !BUILDBOT
depends on PER_FEED_REPO && PER_FEED_REPO_ADD_DISABLED
help
Add not enabled feeds as commented out source lines to opkg.conf.