package/bpftool: enable support for arm/armeb

The local copy bpftool uses now compiles fine on both arm and armeb.
Add these archs to BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS.

Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
master
Ignacy Gawędzki 2023-07-05 10:03:28 +02:00 committed by Thomas Petazzoni
parent 168e5848ad
commit f8e000b186
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS
bool
# see libbpf/src/bpf.c
default y if BR2_arc
default y if BR2_arm || BR2_armeb
default y if BR2_aarch64 || BR2_aarch64_be
default y if BR2_i386 || BR2_x86_64
default y if BR2_sparc || BR2_sparc64