Merge pull request #2504 from flatcar/chewi/gtp-u

sys-kernel/coreos-modules: Enable CONFIG_GTP
This commit is contained in:
James Le Cuirot 2024-12-12 10:34:17 +00:00 committed by GitHub
commit 71e1e43738
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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