Browse Source

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>
Gustavo Zacarias 9 năm trước cách đây
mục cha
commit
b3bb3f0b82
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/zeromq/Config.in

+ 1 - 1
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