diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-17 10:04:16 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-03-01 20:37:36 +0100 |
commit | db7f80c587fd98ffda12c4ed488cf702945d7342 (patch) | |
tree | 2d1846c2c6eb19d14ee6a1c76fb2e5e21bee2722 | |
parent | 00e4f6fd367e604f06b4205a02f62a9748ca267e (diff) | |
download | upstream-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>
-rw-r--r-- | package/libs/libpcap/Config.in | 2 |
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 |