aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-02-17 10:04:16 +0100
committerJo-Philipp Wich <jo@mein.io>2017-03-01 20:37:36 +0100
commitdb7f80c587fd98ffda12c4ed488cf702945d7342 (patch)
tree2d1846c2c6eb19d14ee6a1c76fb2e5e21bee2722 /package/libs
parent00e4f6fd367e604f06b4205a02f62a9748ca267e (diff)
downloadupstream-db7f80c587fd98ffda12c4ed488cf702945d7342.tar.gz
upstream-db7f80c587fd98ffda12c4ed488cf702945d7342.tar.bz2
upstream-db7f80c587fd98ffda12c4ed488cf702945d7342.zip
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>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/libpcap/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libs/libpcap/Config.in b/package/libs/libpcap/Config.in
index 5fee75a595..05f45f4415 100644
--- a/package/libs/libpcap/Config.in
+++ b/package/libs/libpcap/Config.in
@@ -3,12 +3,10 @@ menu "Configuration"
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