linux-virtualization: add more defconfig options for docker
Enable CONFIG_BPF_SYSCALL and CONFIG_CGROUP_BPF when using docker, as it is needed for a correct network interoperability. Some kernels may have it enabled by default, but others not, so just enable it for any platform. https://onedigi.atlassian.net/browse/DEL-9592 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
ed1013e87a
commit
15ef826cb2
|
|
@ -62,3 +62,5 @@ CONFIG_NETLINK_DIAG=m
|
|||
CONFIG_MACVLAN=y
|
||||
CONFIG_BTRFS_FS=y
|
||||
CONFIG_BTRFS_FS_POSIX_ACL=y
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue