From f766aa2dee846ca2e8b6716c2d07748b59853427 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 18 Jul 2013 16:46:11 +0000 Subject: kernel: sctp depends on ipv6 if ipv6 is enabled Signed-off-by: Felix Fietkau SVN-Revision: 37406 --- package/kernel/linux/modules/netsupport.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/kernel/linux/modules') 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 \ -- cgit v1.2.3