package/libbpf: add BR2_PACKAGE_LIBBPF_ARCH_SUPPORTS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 12 Jun 2021 14:17:14 +0000 (16:17 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 13 Jul 2021 19:29:49 +0000 (21:29 +0200)
commitf693354c30bd8251c05824c64299fb84182f45ac
tree3dbda820e0a865091b3f69c4fb931393cae784e1
parentaa2875fba62a493d0ffbbf7cecffe63936e21cc8
package/libbpf: add BR2_PACKAGE_LIBBPF_ARCH_SUPPORTS

libbpf does not support all architectures, for example ARM is not
supported resulting in the following build failure:

bpf.c:53:4: error: #error __NR_bpf not defined. libbpf does not support your arch.
 #  error __NR_bpf not defined. libbpf does not support your arch.
    ^

Fixes:
 - http://autobuild.buildroot.org/results/288d54100a2e736195a3a04a9e2e035d02ea5c16

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libbpf/Config.in