summaryrefslogtreecommitdiff
path: root/package/zeromq
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-09 06:41:53 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-10 23:53:20 +0100
commitb3bb3f0b82b9afd5eef79fb449df68e013cc3175 (patch)
tree010a3f42ddaeb965478da65e39fff9ef5f2d8a0b /package/zeromq
parent822f17768212c5ab3bc5a003bff826fb88bd2455 (diff)
zeromq: drop required openpgm library comment
It's obvious, buildroot has it and it's selected/depended upon. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/zeromq')
-rw-r--r--package/zeromq/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zeromq/Config.in b/package/zeromq/Config.in
index b75ed3a81..c780f25b8 100644
--- a/package/zeromq/Config.in
+++ b/package/zeromq/Config.in
@@ -34,6 +34,6 @@ config BR2_PACKAGE_ZEROMQ_PGM
help
Add support for Pragmatic General Multicast protocol (RFC 3208)
implemented either over raw IP packets or UDP datagrams
- (encapsulated PGM). This requires OpenPGM library.
+ (encapsulated PGM).
endif