mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
package/openssl: move configuration in submenu
SVN-Revision: 20915
This commit is contained in:
parent
98cc7650b5
commit
8f683d6fe1
@ -1,9 +1,8 @@
|
|||||||
# OpenSSL configuration
|
menu "Configuration"
|
||||||
|
depends on PACKAGE_libopenssl
|
||||||
if PACKAGE_libopenssl
|
|
||||||
|
|
||||||
config OPENSSL_ENGINE
|
config OPENSSL_ENGINE
|
||||||
bool
|
bool
|
||||||
prompt "Crypto acceleration support"
|
prompt "Crypto acceleration support"
|
||||||
|
|
||||||
endif
|
endmenu
|
||||||
|
@ -46,6 +46,7 @@ $(call Package/openssl/Default)
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
TITLE+= (libraries)
|
TITLE+= (libraries)
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libopenssl/description
|
define Package/libopenssl/description
|
||||||
|
Loading…
Reference in New Issue
Block a user