diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-01-05 14:16:38 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-01-10 13:00:23 +0100 |
commit | cc66f819b4e778732a32f08f5dc39a2554682b73 (patch) | |
tree | fbc676b43c101f394445bb983d7c3c86a88f3e34 /package | |
parent | 06c76e41d7a0c936f5e4b6f43f331860e3b99d70 (diff) | |
download | upstream-cc66f819b4e778732a32f08f5dc39a2554682b73.tar.gz upstream-cc66f819b4e778732a32f08f5dc39a2554682b73.tar.bz2 upstream-cc66f819b4e778732a32f08f5dc39a2554682b73.zip |
px5g-standalone: provide px5g via PROVIDES
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package')
-rw-r--r-- | package/utils/px5g-standalone/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/utils/px5g-standalone/Makefile b/package/utils/px5g-standalone/Makefile index 9b878ae336..b8f68d7bf3 100644 --- a/package/utils/px5g-standalone/Makefile +++ b/package/utils/px5g-standalone/Makefile @@ -20,6 +20,7 @@ define Package/px5g-standalone SUBMENU:=Encryption TITLE:=X.509 certificate generator (standalone version) MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org> + PROVIDES:=px5g endef define Package/px5g-standalone/description |