buildroot/package/libpcap/Config.in
Mircea Gliga fe4b9321e5 package/libpcap: remove unnecessary dependency on zlib
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>
2020-01-09 17:01:34 +01:00

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/