From ec11295b2d22790fdf284758a9b19b960c2d2190 Mon Sep 17 00:00:00 2001 From: Josua Mayer Date: Thu, 28 Mar 2024 11:53:57 +0100 Subject: [PATCH] linux: enable sctp module by default --- configs/linux/lx2k_additions.config | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/linux/lx2k_additions.config b/configs/linux/lx2k_additions.config index e77be8b..857b57b 100644 --- a/configs/linux/lx2k_additions.config +++ b/configs/linux/lx2k_additions.config @@ -86,3 +86,4 @@ CONFIG_CGROUPS=y CONFIG_NAMESPACES=y CONFIG_NET_NS=y CONFIG_PHY_DS250DFX10=y +CONFIG_IP_SCTP=m