summaryrefslogtreecommitdiffstats
path: root/rules/libnftnl.in
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2018-04-04 14:56:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-04-04 16:29:12 +0200
commit130fe33e854c536e974dea00729171ec0d5fa3b8 (patch)
treeaf51ad4622b2da749db6f711fee8b1f89d2321be /rules/libnftnl.in
parent3e46da8b3e9d6d383fe1d82f53b261f5fb3f5890 (diff)
downloadptxdist-130fe33e854c536e974dea00729171ec0d5fa3b8.tar.gz
ptxdist-130fe33e854c536e974dea00729171ec0d5fa3b8.tar.xz
libnftnl: Upgrade from 1.0.6 to 1.0.9
The upgrades include support for newer kernel features and bugfixes. This is a dependency for nftables 0.8.3. See the announcements for details: * 1.0.7: https://lists.netfilter.org/pipermail/netfilter-announce/2016/000221.html * 1.0.8: https://lists.netfilter.org/pipermail/netfilter-announce/2017/000224.html * 1.0.9: https://lists.netfilter.org/pipermail/netfilter-announce/2018/000226.html Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libnftnl.in')
-rw-r--r--rules/libnftnl.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules/libnftnl.in b/rules/libnftnl.in
index 7d91ccea8..78cefc2cb 100644
--- a/rules/libnftnl.in
+++ b/rules/libnftnl.in
@@ -3,7 +3,6 @@
menuconfig LIBNFTNL
tristate
select LIBMNL
- select LIBMXML if LIBNFTNL_XML
select JANSSON if LIBNFTNL_JSON
prompt "libnftnl "
help
@@ -14,11 +13,6 @@ menuconfig LIBNFTNL
if LIBNFTNL
-config LIBNFTNL_XML
- bool
- depends on LIBNFTNL
- prompt "XML parsing support"
-
config LIBNFTNL_JSON
bool
depends on LIBNFTNL