mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:27:42 +02:00
kernel: remove double definition of depends in crypto-mv-cesa and make it look like the other entries.
Thank you Maarten git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26413 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1a74e76fb9
commit
6a2bf2fdb9
@ -428,12 +428,11 @@ $(eval $(call KernelPackage,crypto-xts))
|
||||
|
||||
define KernelPackage/crypto-mv-cesa
|
||||
TITLE:=Marvell crypto engine
|
||||
DEPENDS:=+kmod-crypto-manager
|
||||
DEPENDS:=+kmod-crypto-manager @TARGET_kirkwood||TARGET_orion
|
||||
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
||||
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
||||
SUBMENU:=Cryptographic API modules
|
||||
DEPENDS:=kmod-crypto-core @TARGET_kirkwood||TARGET_orion
|
||||
$(call AddDepends/crypto)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-mv-cesa))
|
||||
|
Loading…
Reference in New Issue
Block a user