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

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 1 11:38:03 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/db7f80c587fd98ffda12c4ed488cf702945d7342

commit db7f80c587fd98ffda12c4ed488cf702945d7342
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