966e0e8e10
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>
8 lines
180 B
Plaintext
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
|