Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/bpftool: fix riscv support
@ 2024-04-09 11:16 cp0613
  2024-05-09 16:42 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: cp0613 @ 2024-04-09 11:16 UTC (permalink / raw)
  To: buildroot; +Cc: Chen Pei

From: Chen Pei <cp0613@linux.alibaba.com>

bpftool already supports riscv, including rv64 and rv32, so support is enabled.

Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
---
 package/bpftool/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bpftool/Config.in b/package/bpftool/Config.in
index ef3a7a8a45..9d6d1163f0 100644
--- a/package/bpftool/Config.in
+++ b/package/bpftool/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_sparc || BR2_sparc64
 	default y if BR2_s390x
+	default y if BR2_riscv
 
 config BR2_PACKAGE_BPFTOOL
 	bool "bpftool"
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-03 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 11:16 [Buildroot] [PATCH] package/bpftool: fix riscv support cp0613
2024-05-09 16:42 ` Thomas Petazzoni via buildroot
2024-06-03 15:53   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox