tn3399_openwrt/package/libs/libpcap/Config.in
Martin Schiller fdfde3eb21 libpcap: add optional netfilter support
This is needed to use the nflog interface with tcpdump

Signed-off-by: Martin Schiller <mschiller@tdt.de>
2017-02-22 22:52:30 +01:00

18 lines
274 B
Plaintext

menu "Configuration"
depends on PACKAGE_libpcap
config PCAP_HAS_USB
bool "Include USB support"
default n
config PCAP_HAS_BT
bool "Include bluetooth support"
depends on BROKEN
default n
config PCAP_HAS_NETFILTER
bool "Include netfilter support"
default n
endmenu