diff options
Diffstat (limited to 'package/openssl/Config.in')
-rw-r--r-- | package/openssl/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openssl/Config.in b/package/openssl/Config.in index 6ba644a98..2187023e6 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -12,6 +12,8 @@ config BR2_PACKAGE_OPENSSL config BR2_PACKAGE_OPENSSL_BIN bool "openssl binary" depends on BR2_PACKAGE_OPENSSL + # uses fork() + depends on BR2_USE_MMU help Install the openssl binary to the target file system. This is a command line tool for doing various crypthographic stuff. |