diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-18 16:46:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-18 16:46:11 +0000 |
commit | 97029045040629c8eadb8aca617f51290b7fe105 (patch) | |
tree | b4f2df396b3d56e68098f19322a7811aadb85cfc /package/kernel | |
parent | fc0a873b83eaaa83e6df242073f69b83a6ff1747 (diff) | |
download | upstream-97029045040629c8eadb8aca617f51290b7fe105.tar.gz upstream-97029045040629c8eadb8aca617f51290b7fe105.tar.bz2 upstream-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')
-rw-r--r-- | package/kernel/linux/modules/netsupport.mk | 1 |
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 \ |