From: Felix Fietkau Date: Thu, 18 Jul 2013 16:46:11 +0000 (+0000) Subject: kernel: sctp depends on ipv6 if ipv6 is enabled X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f766aa2dee846ca2e8b6716c2d07748b59853427;p=openwrt%2Fstaging%2Fzorun.git kernel: sctp depends on ipv6 if ipv6 is enabled Signed-off-by: Felix Fietkau SVN-Revision: 37406 --- diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 0edfe5f0e0..07ce47992c 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -865,6 +865,7 @@ $(eval $(call KernelPackage,l2tp-ip)) define KernelPackage/sctp SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=SCTP protocol kernel support + DEPENDS:=+IPV6:kmod-ipv6 KCONFIG:=\ CONFIG_IP_SCTP \ CONFIG_SCTP_DBG_MSG=n \