diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:50:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 10:50:45 +0000 |
commit | 8f683d6fe1a4d5106a31626871ff007fe64baf5a (patch) | |
tree | 5aa5dc967acaac92a6cf0405e6a6a3d40bc9c218 | |
parent | 98cc7650b5059995c8ded775ae2e4b9c5cf81981 (diff) | |
download | upstream-8f683d6fe1a4d5106a31626871ff007fe64baf5a.tar.gz upstream-8f683d6fe1a4d5106a31626871ff007fe64baf5a.tar.bz2 upstream-8f683d6fe1a4d5106a31626871ff007fe64baf5a.zip |
package/openssl: move configuration in submenu
SVN-Revision: 20915
-rw-r--r-- | package/openssl/Config.in | 7 | ||||
-rw-r--r-- | package/openssl/Makefile | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/openssl/Config.in b/package/openssl/Config.in index 96cba4916d..1d310bdb5d 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -1,9 +1,8 @@ -# OpenSSL configuration - -if PACKAGE_libopenssl +menu "Configuration" + depends on PACKAGE_libopenssl config OPENSSL_ENGINE bool prompt "Crypto acceleration support" -endif +endmenu diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 9f80a98f39..bdeb897e62 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -46,6 +46,7 @@ $(call Package/openssl/Default) CATEGORY:=Libraries DEPENDS:=+zlib TITLE+= (libraries) + MENU:=1 endef define Package/libopenssl/description |