Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Kconfig: remove 'default n' and 'default no' (see r22874)
@ 2009-01-18 12:35 Markus Heidelberg
  2009-01-18 14:20 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Heidelberg @ 2009-01-18 12:35 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 Config.in                  |    1 -
 package/openssl/Config.in  |    2 --
 target/u-boot/Config.in    |    2 --
 toolchain/uClibc/Config.in |    1 -
 4 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/Config.in b/Config.in
index 1479382..dab951d 100644
--- a/Config.in
+++ b/Config.in
@@ -182,7 +182,6 @@ config BR2_RECENT
 
 config BR2_CONFIG_CACHE
 	bool "Use a central configure cache file"
-	default n
 	help
 	  This determines if a central config cache is used by
 	  packages, reducing the configure time for packages as each
diff --git a/package/openssl/Config.in b/package/openssl/Config.in
index 24ea915..4685014 100644
--- a/package/openssl/Config.in
+++ b/package/openssl/Config.in
@@ -12,7 +12,6 @@ config BR2_PACKAGE_OPENSSL
 config BR2_PACKAGE_OPENSSL_BIN
 	bool "openssl binary"
 	depends on BR2_PACKAGE_OPENSSL
-	default no
 	help
 	  Install the openssl binary to the target file system. This is a
 	  command line tool for doing various crypthographic stuff.
@@ -20,6 +19,5 @@ config BR2_PACKAGE_OPENSSL_BIN
 config BR2_PACKAGE_OPENSSL_ENGINES
 	bool "openssl additional engines"
 	depends on BR2_PACKAGE_OPENSSL
-	default no
 	help
 	  Install additional encryption engine libraries.
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in
index d34355b..981b178 100644
--- a/target/u-boot/Config.in
+++ b/target/u-boot/Config.in
@@ -360,5 +360,3 @@ config	BR2_BOOTSOURCE
 	default y if BR2_BOOTSOURCE_FLASH
 	default y if BR2_BOOTSOURCE_SDCARD
 	default y if BR2_BOOTSOURCE_EEPROM
-	default n
-
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index 4417149..422c462 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -101,7 +101,6 @@ config BR2_UCLIBC_PROGRAM_INVOCATION
 
 config BR2_UCLIBC_INSTALL_TEST_SUITE
 	bool "Compile and install uClibc tests"
-	default n
 	select BR2_PACKAGE_MAKE
 	help
 	  Enabling this option will compile and install the uClibc test suite.
-- 
1.6.1.154.g97e2f

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-18 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-18 12:35 [Buildroot] [PATCH] Kconfig: remove 'default n' and 'default no' (see r22874) Markus Heidelberg
2009-01-18 14:20 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox