diff --git a/changelog/changes/2023-06-15-kernel-tls.md b/changelog/changes/2023-06-15-kernel-tls.md new file mode 100644 index 0000000000..a8f0ee2105 --- /dev/null +++ b/changelog/changes/2023-06-15-kernel-tls.md @@ -0,0 +1 @@ +- Added TLS Kernel module ([scripts#865](https://github.com/flatcar/scripts/pull/865)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 index b32a5309d8..961add0da3 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 @@ -885,6 +885,7 @@ CONFIG_TCP_CONG_HYBLA=m # CONFIG_TCP_CONG_WESTWOOD is not set CONFIG_TCP_MD5SIG=y CONFIG_TIGON3=m +CONFIG_TLS=m CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_TRANSPARENT_HUGEPAGE=y