Skip to content
Snippets Groups Projects
Commit 6c44ac28 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

libpcap: remove feature dependencies on kmod-* packages


USB support could be built into the kernel as well

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 27040dbf
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,10 @@ menu "Configuration" ...@@ -3,12 +3,10 @@ menu "Configuration"
config PCAP_HAS_USB config PCAP_HAS_USB
bool "Include USB support" bool "Include USB support"
depends on PACKAGE_kmod-usb-core
default n default n
config PCAP_HAS_BT config PCAP_HAS_BT
bool "Include bluetooth support" bool "Include bluetooth support"
depends on PACKAGE_kmod-bluetooth
depends on BROKEN depends on BROKEN
default n default n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment