From fe98e8c7cd23c3a6ebae8e0dc9550e294509e73f Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 26 May 2009 15:04:50 +0000
Subject: [PATCH] put the 4 ssl libraries into a ssl submenu (#5156)

SVN-Revision: 16090
---
 package/openssl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 55c9a1c623..3483c609d2 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -37,6 +37,7 @@ endef
 define Package/libopenssl
 $(call Package/openssl/Default)
   SECTION:=libs
+  SUBMENU:=SSL
   CATEGORY:=Libraries
   DEPENDS:=+zlib
   TITLE+= (libraries)
-- 
GitLab