diff --git a/changelog/changes/2024-12-06-gtp-kmod.md b/changelog/changes/2024-12-06-gtp-kmod.md new file mode 100644 index 0000000000..f84c7d37fb --- /dev/null +++ b/changelog/changes/2024-12-06-gtp-kmod.md @@ -0,0 +1 @@ +- Enabled the gtp kernel module. This is the GPRS Tunneling Protocol datapath for usage in telecoms scenarios. ([flatcar/scripts#2504](https://github.com/flatcar/scripts/pull/2504) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index f7c83de695..4ceaee3005 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -209,6 +209,7 @@ CONFIG_GACT_PROB=y CONFIG_GENEVE=m CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y +CONFIG_GTP=m CONFIG_HARDENED_USERCOPY=y CONFIG_HIDRAW=y CONFIG_HID_A4TECH=m