systemd: downgrade kernel headers minimum version to 3.7
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>
Thu, 30 Oct 2014 10:54:13 +0000 (11:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 30 Oct 2014 18:04:45 +0000 (19:04 +0100)
commitaef5063f8329e33685837f5c66c2b37c23f82677
tree9d48c1f5afd44e5c8c52bb18143531f4250765a2
parentdef35bf59cfb8208b0a17f0ce09fd8b2ac62e416
systemd: downgrade kernel headers minimum version to 3.7

The kernel headers minimum version for systemd was bumped to 3.8
(IFLA_GRE_FLOWINFO and IFLA_IPTUN_FLAGS definitions) and then to 3.10
(IFLA_VLAN_PROTOCOL definition). However, systemd since version v215
contains the following patch that defines IFLA_* constants if
needed:

  81577dc missing.h: add various network enums
  http://cgit.freedesktop.org/systemd/systemd/commit/?id=81577dc

As a consequence, this patch downgrades the kernel headers minimum
version to linux 3.7 which is required for BPF_XOR.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
system/Config.in