buildroot/package/libnet/Config.in
Tobias Klauser 966e0e8e10 package/libnet: enable on musl configurations
Thanks to a patch taken from upstream
(ffd7fab744),
we can enable the libnet package on musl toolchain.

Adjusted the file paths manually so the patch applies to the packaged
libnet sources.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
[Thomas: allow the package to be selected with the musl C library.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-15 00:01:39 +01:00

8 lines
180 B
Plaintext

config BR2_PACKAGE_LIBNET
bool "libnet"
help
libnet provides a portable framework for low-level network
packet construction.
http://sourceforge.net/projects/libnet-dev