package/iptraf-ng: add dependency on Linux headers >= 3.14
authorJugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Thu, 27 Aug 2020 09:18:21 +0000 (11:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 27 Aug 2020 20:25:30 +0000 (22:25 +0200)
commitf9f551a9d0c2523337e9aafb667ddf3631509636
tree7907da537bf717d091e72403e47d9a71feec135c
parentc210fe93f8683f43cd4f1539ac6ea7d8f93b05d8
package/iptraf-ng: add dependency on Linux headers >= 3.14

iptraf-ng uses a number of definitions (like PACKET_KERNEL and
PACKET_USERSPACE) provided by the Linux kernel headers, which were
introduced in Linux 3.14 [1], so we need to add a dependency on
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14.

[1] https://elixir.bootlin.com/linux/v3.14-rc1/source/include/uapi/linux/if_packet.h

Fixes:

  http://autobuild.buildroot.net/results/480b00b4b264cfe1da533c762595d21b72fa8211/

Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/iptraf-ng/Config.in