ath79: Utilize tplink-safeloader definition
[openwrt/openwrt.git] / package / libs / libpcap / Config.in
1 menu "Configuration"
2 depends on PACKAGE_libpcap
3
4 config PCAP_HAS_USB
5 bool "Include USB support"
6 default n
7
8 config PCAP_HAS_BT
9 bool "Include bluetooth support"
10 depends on BROKEN
11 default n
12
13 config PCAP_HAS_NETFILTER
14 bool "Include netfilter support"
15 default n
16
17 endmenu