mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 02:40:19 +00:00
apm821xx: put crypto4xx into crypto subsection
module is only useful for apm821xx targets, so
limit visability to just this target.
Fixes: 55fbcad20a
("apm821xx: make crypto4xx as a standalone module")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
9314744350
commit
9c1b396615
@ -19,11 +19,12 @@ define KernelPackage/hw-crypto-4xx
|
||||
CONFIG_HW_RANDOM=y \
|
||||
CONFIG_CRYPTO_DEV_PPC4XX \
|
||||
CONFIG_HW_RANDOM_PPC4XX=y
|
||||
DEPENDS:=+kmod-random-core +kmod-crypto-manager \
|
||||
DEPENDS:=@TARGET_apm821xx +kmod-random-core +kmod-crypto-manager \
|
||||
+kmod-crypto-ccm +kmod-crypto-gcm \
|
||||
+kmod-crypto-sha1 +kmod-crypto-sha256 +kmod-crypto-sha512
|
||||
FILES:=$(LINUX_DIR)/drivers/crypto/amcc/crypto4xx.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,sata_dwc_460ex,1)
|
||||
$(call AddDepends/crypto)
|
||||
endef
|
||||
|
||||
define KernelPackage/hw-crypto-4xx/description
|
||||
|
Loading…
Reference in New Issue
Block a user