package/openssl: move configuration in submenu
SVN-Revision: 20915
This commit is contained in:
parent
98cc7650b5
commit
8f683d6fe1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -46,6 +46,7 @@ $(call Package/openssl/Default)
|
|||
CATEGORY:=Libraries
|
||||
DEPENDS:=+zlib
|
||||
TITLE+= (libraries)
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
define Package/libopenssl/description
|
||||
|
|
Loading…
Reference in a new issue