diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-26 15:04:50 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-26 15:04:50 +0000 |
commit | 03ee11b2fffd788736d107e72f5928b677295644 (patch) | |
tree | a4d10c1e187d79f8f22085386e21aefa4f35a3bc /package/openssl | |
parent | 06ae330bf4ad8aa68adfffc95bd8535e02476112 (diff) |
[package] put the 4 ssl libraries into a ssl submenu (#5156)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16090 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl')
-rw-r--r-- | package/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |