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 <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2024-12-06 17:09:05 +00:00
parent 4dd088cc84
commit ef16de492a
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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