Explorar el 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 hace 9 años
padre
commit
b3bb3f0b82
Se han modificado 1 ficheros con 1 adiciones y 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