From 796e402ff9a7defa415834137d7279e207859dbe Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 12 Mar 2023 16:13:24 +0100 Subject: [PATCH] kconfig_options_waydroid: update to android 11 Require BPF_SYSCALL and CGROUP_BPF. Related: pmaports MR 3901 Reviewed-by: Clayton Craft Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230312151325.1968-18-ollieparanoid@postmarketos.org%3E --- pmb/config/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index b2656094..31d94445 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -361,8 +361,10 @@ kconfig_options_waydroid = { "ANDROID_BINDER_DEVICES": ["binder", "hwbinder", "vndbinder"], "ANDROID_BINDER_IPC": True, "BLK_DEV_LOOP": True, + "BPF_SYSCALL": True, "BRIDGE": True, "BRIDGE_VLAN_FILTERING": True, + "CGROUP_BPF": True, "FUSE_FS": True, "IP_NF_MANGLE": True, "NETFILTER_XTABLES": True,