kernel: fix accidental depends line duplication

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37407 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2013-07-18 16:49:55 +00:00
parent 9702904504
commit bb6f01caca
1 changed files with 1 additions and 2 deletions

View File

@ -865,7 +865,6 @@ $(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 \
@ -880,7 +879,7 @@ define KernelPackage/sctp
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
FILES:= $(LINUX_DIR)/net/sctp/sctp.ko
AUTOLOAD:= $(call AutoLoad,32,sctp)
DEPENDS:=+kmod-lib-crc32c +kmod-crypto-md5 +kmod-crypto-hmac
DEPENDS:=+kmod-lib-crc32c +kmod-crypto-md5 +kmod-crypto-hmac +IPV6:kmod-ipv6
endef
define KernelPackage/sctp/description