]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libnftnl: needs kernel headers >= 3.1
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 13 May 2015 13:27:28 +0000 (15:27 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 13 May 2015 13:31:59 +0000 (15:31 +0200)
commitd8bef8038dfd43ca24a5f65bbb5c4990890b1b07
tree9af79fa247ea82ddec335684db0085f3c017a784
parent80e651db43a9cbd4da7149d091b1ba1fdbb7d678
libnftnl: needs kernel headers >= 3.1

Contrary to what commit f5866484f (libnftnl: exclude for CS PPC toolchains)
stated, a missing sa_family_t definition IS specific to the kernel headers
version, and not something particular to the CS toolchains, so instead
require 3.1+ headers.

The specific kernel change fixing the headers is:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6602a4baf4d1a73cc

The only reverse dependency of libnftnl (nftables) already needs 3.4+, so
this dependency doesn't need to be propagated.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libnftnl/Config.in