mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-12 13:45:32 +00:00
kernel: sctp depends on ipv6 if ipv6 is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37406
This commit is contained in:
parent
4af1bb818c
commit
f766aa2dee
@ -865,6 +865,7 @@ $(eval $(call KernelPackage,l2tp-ip))
|
|||||||
define KernelPackage/sctp
|
define KernelPackage/sctp
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=SCTP protocol kernel support
|
TITLE:=SCTP protocol kernel support
|
||||||
|
DEPENDS:=+IPV6:kmod-ipv6
|
||||||
KCONFIG:=\
|
KCONFIG:=\
|
||||||
CONFIG_IP_SCTP \
|
CONFIG_IP_SCTP \
|
||||||
CONFIG_SCTP_DBG_MSG=n \
|
CONFIG_SCTP_DBG_MSG=n \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user