From: Vincent Bernat Date: Wed, 23 Sep 2015 16:05:07 +0000 (+0200) Subject: build: declare kernels before 2.6.39 "too old" X-Git-Tag: 0.8.0~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9fdc886711b6162994488d04f3e77a6324a7ca2;p=thirdparty%2Flldpd.git 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). --- 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