[package] put the 4 ssl libraries into a ssl submenu (#5156)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16090 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6d45fb4226
commit
82bf1e8ed5
@ -25,6 +25,7 @@ endef
|
||||
define Package/libcyassl
|
||||
$(call Package/cyassl/Default)
|
||||
SECTION:=libs
|
||||
SUBMENU:=SSL
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+zlib
|
||||
TITLE+= (library)
|
||||
|
@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/libmatrixssl
|
||||
SECTION:=libs
|
||||
SUBMENU:=SSL
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+libpthread
|
||||
TITLE:=Embedded SSL implementation
|
||||
|
@ -18,6 +18,7 @@ PKG_MD5SUM:=885d70f15d31eb736975e5473d8ea7ec
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/polarssl/Default
|
||||
SUBMENU:=SSL
|
||||
TITLE:=Embedded SSL
|
||||
URL:=http://polarssl.org/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user