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>
This commit is contained in:
parent
168e5848ad
commit
f8e000b186
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user