mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
JSON support and the jansson dependency have been removed in version
1.1.2.
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit b634d504cb)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
comment "libnftnl needs a toolchain w/ headers >= 3.12"
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
|
|
|
config BR2_PACKAGE_LIBNFTNL
|
|
bool "libnftnl"
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
|
select BR2_PACKAGE_LIBMNL
|
|
help
|
|
libnftnl is a userspace library providing a low-level
|
|
netlink programming interface (API) to the in-kernel
|
|
nf_tables subsystem. The library libnftnl has been
|
|
previously known as libnftables. This library is
|
|
currently used by nftables.
|
|
|
|
http://netfilter.org/projects/libnftnl/index.html
|