summaryrefslogtreecommitdiff
path: root/packages/net/libpcap/libpcap.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-08-13 15:05:58 +0200
committerAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-08-13 15:05:58 +0200
commit2538c4a9d120785ae2b44bc1938e490f257e589b (patch)
tree061c3494323a5ea69e80c5a92406aa94242c6be7 /packages/net/libpcap/libpcap.kconfig
parent07d033070e24a61bfdb2b145f5af6d4d66ea7c08 (diff)
downloadembtoolkit-2538c4a9d120785ae2b44bc1938e490f257e589b.tar.gz
embtoolkit-2538c4a9d120785ae2b44bc1938e490f257e589b.tar.bz2
embtoolkit-2538c4a9d120785ae2b44bc1938e490f257e589b.tar.xz
Packages: libpcap: give ability to explicitly enable libnl
Signed-off-by: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
Diffstat (limited to 'packages/net/libpcap/libpcap.kconfig')
-rw-r--r--packages/net/libpcap/libpcap.kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/net/libpcap/libpcap.kconfig b/packages/net/libpcap/libpcap.kconfig
index 2f0eb48..2c5c9eb 100644
--- a/packages/net/libpcap/libpcap.kconfig
+++ b/packages/net/libpcap/libpcap.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2012-2017 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -41,9 +41,16 @@ choice
bool "libpcap-1.8.1"
endchoice
+config EMBTK_LIBPCAP_HAVE_LIBNL
+ bool "Use libnl"
+ depends on EMBTK_HAVE_LIBPCAP
+ select EMBTK_HAVE_LIBNL
+ help
+ Say yes here if you want libpcap to use libnl as netlink API.
+
config EMBTK_LIBPCAP_VERSION_STRING
string
- default "1.8.1" if EMBTK_LIBPCAP_VERSION_1_8_1
+ default "1.8.1" if EMBTK_LIBPCAP_VERSION_1_8_1
config EMBTK_LIBPCAP_NEED_PATCH
bool