diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-25 17:29:09 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-25 17:30:38 +0200 |
commit | b680672ad1b1c45e23cf89ddb217616274d68dee (patch) | |
tree | 1c6ad019a2e2dd39f4b7f9a58e243a6df3cdb408 /Config.in | |
parent | 1ed2e4fffd0d852e62bc98e92045a132f24c37d8 (diff) |
Config.in: mark BR2_CONFIG_CACHE as experimental and disable by default
As it is known to break with certain package combinations.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -267,9 +267,11 @@ config BR2_HAVE_DEVFILES menu "Advanced" config BR2_CONFIG_CACHE - bool "Use a central configure cache file" - default y + bool "Use a central configure cache file (EXPERIMENTAL)" help + Notice: This is experimental and known to break with certain + package combinations. + This determines if a central config cache is used by packages, reducing the configure time for packages as each one caches its findings. |