projects
/
opensnitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10cfe62
)
Added ebpf build rule mapping for armv8 to work with more armhf machines.
author
Petter Reinholdtsen
<pere@hungry.com>
Tue, 24 Jun 2025 05:47:33 +0000
(07:47 +0200)
committer
Petter Reinholdtsen
<pere@debian.org>
Tue, 24 Jun 2025 05:47:33 +0000
(07:47 +0200)
Forwarded: https://github.com/evilsocket/opensnitch/pull/1326
Last-Update: 2025-04-20
Last-Update: 2025-04-20
Gbp-Pq: Name 1020-ebpf-armv8l.patch
ebpf_prog/Makefile
patch
|
blob
|
history
diff --git
a/ebpf_prog/Makefile
b/ebpf_prog/Makefile
index d919ea4d1f761db953bf203237d3a37757a23d8b..8ce5fa54769de5369ac035219f464df89fd2e796 100644
(file)
--- a/
ebpf_prog/Makefile
+++ b/
ebpf_prog/Makefile
@@
-19,6
+19,8
@@
else ifeq ($(ARCH),i686)
ARCH := x86
else ifeq ($(ARCH),armv7l)
ARCH := arm
+else ifeq ($(ARCH),armv8l)
+ ARCH := arm
else ifeq ($(ARCH),aarch64)
ARCH := arm64
endif