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

endmenu