From b680672ad1b1c45e23cf89ddb217616274d68dee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 25 Aug 2010 17:29:09 +0200 Subject: 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 --- Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 52ea6d60a..4c26078e1 100644 --- a/Config.in +++ b/Config.in @@ -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. -- cgit v1.2.3