2015-11-09 10:03:31 +01:00
|
|
|
config BR2_PACKAGE_LIBNET
|
|
|
|
bool "libnet"
|
2015-11-20 16:29:27 +01:00
|
|
|
# Build with musl fails due to header issues
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
2015-11-09 10:03:31 +01:00
|
|
|
help
|
|
|
|
libnet provides a portable framework for low-level network
|
|
|
|
packet construction.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/libnet-dev
|
2015-11-20 16:29:27 +01:00
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "libnet needs a glibc or uClibc toolchain"
|
2015-11-20 16:29:27 +01:00
|
|
|
depends on BR2_TOOLCHAIN_USES_MUSL
|