diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-18 14:20:18 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-18 14:20:18 +0000 |
commit | 675b479c2f84b14aad70b1728fa690b2e400d7ea (patch) | |
tree | 1f69b58bcfc614e4d6b6d8801bd60e3b6db2bef6 | |
parent | 6ce30eef5a16f62b262a86c5ca70571a2fb9bf24 (diff) | |
download | buildroot-novena-675b479c2f84b14aad70b1728fa690b2e400d7ea.tar.gz buildroot-novena-675b479c2f84b14aad70b1728fa690b2e400d7ea.zip |
Kconfig: remove 'default n' and 'default no' (see r22874)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
-rw-r--r-- | Config.in | 1 | ||||
-rw-r--r-- | package/openssl/Config.in | 2 | ||||
-rw-r--r-- | target/u-boot/Config.in | 2 | ||||
-rw-r--r-- | toolchain/uClibc/Config.in | 1 |
4 files changed, 0 insertions, 6 deletions
@@ -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 24ea91525..468501435 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 d34355b53..981b1787b 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 4417149c4..422c462c7 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. |