From: Felix Fietkau Date: Fri, 17 Feb 2017 09:04:16 +0000 (+0100) Subject: libpcap: remove feature dependencies on kmod-* packages X-Git-Tag: v17.01.1~65 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=db7f80c587fd98ffda12c4ed488cf702945d7342;ds=sidebyside libpcap: remove feature dependencies on kmod-* packages USB support could be built into the kernel as well Signed-off-by: Felix Fietkau --- 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