summaryrefslogtreecommitdiff
path: root/net/test/bpf.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/test/bpf.py')
-rwxr-xr-xnet/test/bpf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/test/bpf.py b/net/test/bpf.py
index c9ad264..5e90daa 100755
--- a/net/test/bpf.py
+++ b/net/test/bpf.py
@@ -26,6 +26,7 @@ import socket
# TODO: is there a better way of doing this?
__NR_bpf = {
"aarch64": 280,
+ "armv7l": 386,
"armv8l": 386,
"x86_64": 321}[os.uname()[4]]