2
0
forked from Ivasoft/openwrt

kernel: Remove dependencies on old kernels

Kernels 4.1 and 4.4 are not part of the tree anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-10-27 18:53:52 -07:00
committed by Hauke Mehrtens
parent 32fc41baab
commit 8fc187a76e
6 changed files with 8 additions and 8 deletions

View File

@@ -180,7 +180,7 @@ $(eval $(call KernelPackage,crypto-ecb))
define KernelPackage/crypto-ecdh
TITLE:=ECDH algorithm
DEPENDS:=@!(LINUX_3_18||LINUX_4_4) +kmod-crypto-kpp
DEPENDS:=@!LINUX_3_18 +kmod-crypto-kpp
KCONFIG:= CONFIG_CRYPTO_ECDH
FILES:= \
$(LINUX_DIR)/crypto/ecdh_generic.ko