X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2d2de20c87800851bdfde176239df326bd79ea50..948b704843d6ebc352849e6ebb938f9d4fb3ee97:/package/openssl/Config.in?ds=sidebyside

diff --git a/package/openssl/Config.in b/package/openssl/Config.in
index 2c9f84c48..1d310bdb5 100644
--- a/package/openssl/Config.in
+++ b/package/openssl/Config.in
@@ -1,7 +1,8 @@
-config BR2_PACKAGE_OPENSSL
-	tristate "openssl"
-	default m if CONFIG_DEVEL
-	help
-	  A library implementing the SSL and TLS protocols 
-	  
-	  http://www.openssl.org/
+menu "Configuration"
+	depends on PACKAGE_libopenssl
+
+config OPENSSL_ENGINE
+	bool
+	prompt "Crypto acceleration support"
+
+endmenu