Skip to content

Commit 7de3be6

Browse files
mattrobinsonsrespowelljr
authored andcommitted
Update linux_aarch64_defconfig to BPF support
BPF support is missing from the arm64 kernel, which breaks for example cilium on that platform
1 parent aafa5d5 commit 7de3be6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/iso/minikube-iso/board/minikube/aarch64/linux_aarch64_defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,3 +1241,9 @@ CONFIG_KVM_DEBUG_FS=y
12411241
CONFIG_KVM_ARM=m
12421242
CONFIG_PROC_CHILDREN=y
12431243
CONFIG_BINFMT_MISC=y
1244+
CONFIG_NET_CLS_BPF=m
1245+
CONFIG_NET_ACT_BPF=m
1246+
CONFIG_BPF_JIT=y
1247+
CONFIG_BPF_LSM=y
1248+
CONFIG_BPF_SYSCALL=y
1249+
CONFIG_CGROUP_BPF=y

0 commit comments

Comments
 (0)