From d9fdc886711b6162994488d04f3e77a6324a7ca2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 23 Sep 2015 18:05:07 +0200 Subject: [PATCH] build: declare kernels before 2.6.39 "too old" Unfortunately, netlink support for bond devices has been introduced in 2.6.33 (commit 88ead977109da926a03068e277869ea8fedd170d). For bridge devices, this is an addition of Linux 2.6.39 (commit bb900b27a2f49b37bc38c08e656ea13048fee13b). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c2ba887..f260edaa 100644 --- a/configure.ac +++ b/configure.ac @@ -305,7 +305,7 @@ lldp_ARG_ENABLE([dot3], [Dot3 extension (PHY stuff)], [yes]) lldp_ARG_ENABLE([custom], [Custom TLV support], [yes]) # Oldies -lldp_ARG_ENABLE([oldies], [compatibility with Linux kernel older than 2.6.32], [no]) +lldp_ARG_ENABLE([oldies], [compatibility with Linux kernel older than 2.6.39], [no]) ####################### # Output results -- 2.39.5