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>
This commit is contained in:
Peter Korsgaard
2010-08-25 17:29:09 +02:00
parent 1ed2e4fffd
commit b680672ad1
9 changed files with 15 additions and 9 deletions

View File

@@ -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.