aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/Config.in
blob: 11599273e79e924331860c50389ba71bae3a30fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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