From 341ef620eb7aa2000ed7039ec0e4389726508669 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Wed, 19 Aug 2020 12:12:05 +0800 Subject: [PATCH] Revert "kernel/crypto: add rk3328 crypto support" This reverts commit 030785fa60f8e41af2885f4c043f11a81372b2c5 due to this module only supports rk3288 and has never been initialized. --- package/kernel/linux/modules/crypto.mk | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 2e71bb3e75..48777764a8 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -828,7 +828,6 @@ define KernelPackage/crypto-wq AUTOLOAD:=$(call AutoLoad,09,crypto_wq) $(call AddDepends/crypto) endef - $(eval $(call KernelPackage,crypto-wq)) @@ -843,14 +842,3 @@ endef $(eval $(call KernelPackage,crypto-xts)) - -define KernelPackage/crypto-rk3328 - TITLE:=Rockchip RK3328 CryptoAPI module - DEPENDS:=@TARGET_rockchip +kmod-crypto-des +kmod-crypto-md5 +kmod-crypto-sha1 +kmod-crypto-sha256 - KCONFIG:=CONFIG_CRYPTO_DEV_ROCKCHIP - FILES:=$(LINUX_DIR)/drivers/crypto/rockchip/rk_crypto.ko - AUTOLOAD:=$(call AutoLoad,09,rk_crypto) - $(call AddDepends/crypto) -endef - -$(eval $(call KernelPackage,crypto-rk3328))