[source] libpcap: remove feature dependencies on kmod-* packages

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 17 05:09:51 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/6c44ac286b84585693c076164eecc849cde6a83f

commit 6c44ac286b84585693c076164eecc849cde6a83f
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Feb 17 10:04:16 2017 +0100

    libpcap: remove feature dependencies on kmod-* packages
    
    USB support could be built into the kernel as well
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/libpcap/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/libs/libpcap/Config.in b/package/libs/libpcap/Config.in
index 5fee75a..05f45f4 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
 



More information about the lede-commits mailing list