diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-21 20:02:05 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-21 20:02:10 +0200 |
commit | 7ae6b912ae8dd43f86d43e97e873f6cd967b2fac (patch) | |
tree | 561d7f76865a179f3295e9da33851fb1567bdeff /package | |
parent | 22cc151e93dbea0ebc66e447fe48524e24876639 (diff) | |
download | upstream-7ae6b912ae8dd43f86d43e97e873f6cd967b2fac.tar.gz upstream-7ae6b912ae8dd43f86d43e97e873f6cd967b2fac.tar.bz2 upstream-7ae6b912ae8dd43f86d43e97e873f6cd967b2fac.zip |
libpcap: set a static default for PCAP_HAS_USB
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libpcap/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libpcap/Config.in b/package/libs/libpcap/Config.in index 60b53a76fc..5fee75a595 100644 --- a/package/libs/libpcap/Config.in +++ b/package/libs/libpcap/Config.in @@ -4,7 +4,7 @@ menu "Configuration" config PCAP_HAS_USB bool "Include USB support" depends on PACKAGE_kmod-usb-core - default PACKAGE_kmod-usbmon + default n config PCAP_HAS_BT bool "Include bluetooth support" |