libpcap: remove feature dependencies on kmod-* packages
[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 endmenu