diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-10-24 00:11:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 00:11:58 +0200 |
commit | fea72523f2603245460111a795ceecbbd195cd62 (patch) | |
tree | 8c3eae4f9bdb861ff6bbcc4fd796532e0bc66776 /libs/gnutls | |
parent | dbfaf0db078a83f81cd88382271fa74d2ad11551 (diff) |
gnutls-utils/certtool: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'libs/gnutls')
-rw-r--r-- | libs/gnutls/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index f09ef7f69..818d4663d 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -63,6 +63,7 @@ define Package/certtool $(call Package/gnutls/Default) SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Encryption TITLE+= (certool utility) DEPENDS+= +libgnutls endef @@ -77,6 +78,7 @@ define Package/gnutls-utils $(call Package/gnutls/Default) SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Encryption TITLE+= (utilities) DEPENDS+= +libgnutls endef |