mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 01:56:51 +00:00
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>
This commit is contained in:
parent
00e4f6fd36
commit
db7f80c587
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user