From: Mieczyslaw Nalewaj Date: Sat, 13 Dec 2025 12:31:33 +0000 (+0100) Subject: packages: sctp: 6.18: add missing symbol X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2569a339ed5d28922bf9656028046ac7896b7193;p=thirdparty%2Fopenwrt.git packages: sctp: 6.18: add missing symbol Add missing CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA256 for kernel 6.18 Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/21078 Signed-off-by: Robert Marko --- diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 82c992b8533..e1795354de8 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -1233,6 +1233,7 @@ define KernelPackage/sctp CONFIG_SCTP_COOKIE_HMAC_MD5=y \ CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE=n \ CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=n \ + CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA256=n@ge6.18 \ CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y FILES:= $(LINUX_DIR)/net/sctp/sctp.ko AUTOLOAD:= $(call AutoLoad,32,sctp)