Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
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
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.
config BR2_PACKAGE_OPENSSL_ENGINES
bool "openssl additional engines"
depends on BR2_PACKAGE_OPENSSL
- default no
help
Install additional encryption engine libraries.
default y if BR2_BOOTSOURCE_FLASH
default y if BR2_BOOTSOURCE_SDCARD
default y if BR2_BOOTSOURCE_EEPROM
- default n
-
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.