[openwrt/openwrt] kernel: limit crypto-hw-geode to the x86/geode

LEDE Commits lede-commits at lists.infradead.org
Sun May 23 06:23:55 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8f80b9b8f63ba8a3d3dd2a799b1301657a1eb7c8

commit 8f80b9b8f63ba8a3d3dd2a799b1301657a1eb7c8
Author: Aleksander Jan Bajkowski <A.Bajkowski at stud.elka.pw.edu.pl>
AuthorDate: Thu Apr 29 22:55:47 2021 +0200

    kernel: limit crypto-hw-geode to the x86/geode
    
    CONFIG_CRYPTO_DEV_GEODE depends on X86_32. This driver only makes sense
    on X86\geode.
    
    Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski at stud.elka.pw.edu.pl>
---
 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 f07676d6b7..aa578e1da0 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -346,7 +346,7 @@ $(eval $(call KernelPackage,crypto-hw-ccp))
 
 define KernelPackage/crypto-hw-geode
   TITLE:=AMD Geode hardware crypto module
-  DEPENDS:=+kmod-crypto-manager
+  DEPENDS:=@TARGET_x86_geode +kmod-crypto-manager
   KCONFIG:= \
 	CONFIG_CRYPTO_HW=y \
 	CONFIG_CRYPTO_DEV_GEODE



More information about the lede-commits mailing list