[git commit master] remove wrong default for choice

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=3f5afa74a75b0cfd0e4d85c75939285b33499544
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 extra/Configs/Config.in |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 6a9fbc4..ecc92e7 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1308,7 +1308,6 @@ prompt "Locale data"
 config UCLIBC_BUILD_ALL_LOCALE
 	bool "All locales"
 	depends on UCLIBC_HAS_LOCALE
-	default y
 	help
 	  This builds all the locales that are available on your
 	  host-box.
@@ -1316,7 +1315,6 @@ config UCLIBC_BUILD_ALL_LOCALE
 config UCLIBC_BUILD_MINIMAL_LOCALE
 	bool "Only selected locales"
 	depends on UCLIBC_HAS_LOCALE
-	default n
 	help
 	  If you do not need all locales that are available on your
 	  host-box, then set this to 'Y'.
@@ -1324,7 +1322,6 @@ config UCLIBC_BUILD_MINIMAL_LOCALE
 config UCLIBC_PREGENERATED_LOCALE_DATA
 	bool "Use Pre-generated Locale Data"
 	depends on UCLIBC_HAS_LOCALE
-	default n
 	help
 	  Use pre-built locale data.
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list