Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Config.in « libpcap « libs « package - github.com/openwrt/chaos_calmer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fee75a59597d5e60f9d156d3438d6fe504ae139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menu "Configuration"
	depends on PACKAGE_libpcap

config PCAP_HAS_USB
	bool "Include USB support"
	depends on PACKAGE_kmod-usb-core
	default n

config PCAP_HAS_BT
	bool "Include bluetooth support"
	depends on PACKAGE_kmod-bluetooth
	depends on BROKEN
	default n

endmenu