]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: declare kernels before 2.6.39 "too old"
authorVincent Bernat <vincent@bernat.im>
Wed, 23 Sep 2015 16:05:07 +0000 (18:05 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 23 Sep 2015 16:05:07 +0000 (18:05 +0200)
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

index 8c2ba887bbf84ef80a71c11bfe1526e125c79857..f260edaaef79b925a61e82b13c2dba6749804e3c 100644 (file)
@@ -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