openwrt/package/libs/libpcap/Config.in
Felix Fietkau db7f80c587 libpcap: remove feature dependencies on kmod-* packages
USB support could be built into the kernel as well

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-03-01 20:37:36 +01:00

14 lines
202 B
Plaintext

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