aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/netsupport.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-18 16:46:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-18 16:46:11 +0000
commit97029045040629c8eadb8aca617f51290b7fe105 (patch)
treeb4f2df396b3d56e68098f19322a7811aadb85cfc /package/kernel/linux/modules/netsupport.mk
parentfc0a873b83eaaa83e6df242073f69b83a6ff1747 (diff)
downloadmaster-187ad058-97029045040629c8eadb8aca617f51290b7fe105.tar.gz
master-187ad058-97029045040629c8eadb8aca617f51290b7fe105.tar.bz2
master-187ad058-97029045040629c8eadb8aca617f51290b7fe105.zip
kernel: sctp depends on ipv6 if ipv6 is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/netsupport.mk')
-rw-r--r--package/kernel/linux/modules/netsupport.mk1
1 files changed, 1 insertions, 0 deletions
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 \