fe4b9321e5
The libpcap package currently depends on zlib, but this is not needed. The commit removes this non-mandatory dependency. Signed-off-by: Mircea Gliga <gliga.mircea@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
config BR2_PACKAGE_LIBPCAP
|
|
bool "libpcap"
|
|
select BR2_PACKAGE_BLUEZ5_UTILS_HEADERS if BR2_PACKAGE_BLUEZ5_UTILS
|
|
help
|
|
A system-independent library for user-level network packet
|
|
capture.
|
|
|
|
http://www.tcpdump.org/
|