From fa79f20abf2fc83de07a083dcce7a113049abe30 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Fri, 6 Dec 2024 17:09:05 +0000 Subject: [PATCH] sys-kernel/coreos-modules: Enable CONFIG_GTP This is the GPRS Tunneling Protocol datapath for usage in telecoms scenarios. It has been requested by a user. Signed-off-by: James Le Cuirot --- changelog/changes/2024-12-06-gtp-kmod.md | 1 + .../sys-kernel/coreos-modules/files/commonconfig-6.6 | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/changes/2024-12-06-gtp-kmod.md 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 00000000000..8a63e0e4e3e --- /dev/null +++ b/changelog/changes/2024-12-06-gtp-kmod.md @@ -0,0 +1 @@ +- Enable the gtp kernel module. This is the GPRS Tunneling Protocol datapath for usage in telecoms scenarios. 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 83771370bc3..f7c2d9b3113 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