diff options
| author | Felix Fietkau | 2017-02-17 09:04:16 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2017-02-17 13:09:21 +0000 |
| commit | 6c44ac286b84585693c076164eecc849cde6a83f (patch) | |
| tree | 13aed7b6e6620a3f7acc54dff097eeeed6456f66 | |
| parent | 27040dbf89fb45dd9b5cc663e23bb19afc294d29 (diff) | |
| download | openwrt-6c44ac286b84585693c076164eecc849cde6a83f.tar.gz | |
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 |