From: Florian Fainelli Date: Tue, 8 Jan 2013 22:18:23 +0000 (+0000) Subject: kernel: add more SCTP related configuration symbols X-Git-Tag: reboot~11666 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=c38cb63808ff1a395dd0384af23773b044adf9cb kernel: add more SCTP related configuration symbols These symbols are used by 3.8+ kernels Signed-off-by: Florian Fainelli SVN-Revision: 35054 --- diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk index 7858f47749..d893c1add7 100644 --- a/package/kernel/modules/netsupport.mk +++ b/package/kernel/modules/netsupport.mk @@ -836,7 +836,12 @@ define KernelPackage/sctp CONFIG_SCTP_DBG_OBJCNT=n \ CONFIG_SCTP_HMAC_NONE=n \ CONFIG_SCTP_HMAC_SHA1=n \ - CONFIG_SCTP_HMAC_MD5=y + CONFIG_SCTP_HMAC_MD5=y \ + CONFIG_SCTP_COOKIE_HMAC_SHA1=n \ + 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_MD5=y FILES:= $(LINUX_DIR)/net/sctp/sctp.ko AUTOLOAD:= $(call AutoLoad,32,sctp) DEPENDS:=+kmod-lib-crc32c +kmod-crypto-md5 +kmod-crypto-hmac