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:
committed by
Hauke Mehrtens
parent
32fc41baab
commit
8fc187a76e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user