From f876224408c33d1b862ebebbe3fa100443c63430 Mon Sep 17 00:00:00 2001 From: lean Date: Thu, 14 Jul 2022 15:47:10 +0800 Subject: [PATCH] crypto.mk : add backport config --- package/kernel/linux/modules/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 622759b08..47675fe8b 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -57,7 +57,7 @@ define KernelPackage/crypto-arc4 CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y FILES:= \ $(LINUX_DIR)/crypto/arc4.ko \ - $(LINUX_DIR)/lib/crypto/libarc4.ko + $(LINUX_DIR)/lib/crypto/libarc4.ko@ge5.4 AUTOLOAD:=$(call AutoLoad,09,arc4) $(call AddDepends/crypto) endef