Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
b3bb3f0b82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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