X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fnetsupport.mk;h=703cc648cae7a1e39bd998c249b0ffeae136b970;hb=c0bff5007c7957ed3753b6ae70d69eeee912b82f;hp=196e5a39c8bd2fd48676ce893ee59352b5307071;hpb=95c9084721b4ff480c85315308de90613b390d0f;p=openwrt.git diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk index 196e5a39c8..703cc648ca 100644 --- a/package/kernel/modules/netsupport.mk +++ b/package/kernel/modules/netsupport.mk @@ -674,3 +674,25 @@ endef $(eval $(call KernelPackage,l2tp-ip)) +define KernelPackage/sctp + SUBMENU:=$(NETWORK_SUPPORT_MENU) + TITLE:=SCTP protocol kernel support + KCONFIG:=\ + CONFIG_IP_SCTP \ + CONFIG_SCTP_DBG_MSG=n \ + CONFIG_SCTP_DBG_OBJCNT=n \ + CONFIG_SCTP_HMAC_NONE=n \ + CONFIG_SCTP_HMAC_SHA1=n \ + CONFIG_SCTP_HMAC_MD5=y + FILES:= $(LINUX_DIR)/net/sctp/sctp.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:= $(call AutoLoad,32,sctp) + DEPENDS:=+kmod-libcrc32c +kmod-crypto-md5 +kmod-crypto-hmac +endef + +define KernelPackage/sctp/description + Kernel modules for SCTP protocol support +endef + +$(eval $(call KernelPackage,sctp)) + +