aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
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
commitf766aa2dee846ca2e8b6716c2d07748b59853427 (patch)
tree45531cbff68dedb268afd467f8e6427514923b41 /package/kernel
parent4af1bb818c0c9784cb402e8a88546f69e2f1691e (diff)
downloadupstream-f766aa2dee846ca2e8b6716c2d07748b59853427.tar.gz
upstream-f766aa2dee846ca2e8b6716c2d07748b59853427.tar.bz2
upstream-f766aa2dee846ca2e8b6716c2d07748b59853427.zip
kernel: sctp depends on ipv6 if ipv6 is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37406
Diffstat (limited to 'package/kernel')
-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 \