mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-09 05:21:55 +02:00
[kirkwood] Fix mv_cesa module dependencies and .ko file location
Thanks KanjiMonster & Memphiz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23145 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
43c3b75619
commit
bdc88cc893
@ -2,10 +2,10 @@
|
|||||||
define KernelPackage/crypto-mv_cesa
|
define KernelPackage/crypto-mv_cesa
|
||||||
TITLE:=Marvell crypto engine
|
TITLE:=Marvell crypto engine
|
||||||
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
||||||
FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko
|
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
||||||
SUBMENU:=Cryptographic API modules
|
SUBMENU:=Cryptographic API modules
|
||||||
DEPENDS:=kmod-crypto-core
|
DEPENDS:=kmod-crypto-core @TARGET_kirkwood
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-mv_cesa))
|
$(eval $(call KernelPackage,crypto-mv_cesa))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user