mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[kirkwood] Add kernel package for the mv_cesa crypto module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22877 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f9ae316656
commit
9f151e244d
11
target/linux/kirkwood/modules.mk
Normal file
11
target/linux/kirkwood/modules.mk
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
define KernelPackage/crypto-mv_cesa
|
||||
TITLE:=Marvell crypto engine
|
||||
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
||||
FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
||||
SUBMENU:=Cryptographic API modules
|
||||
DEPENDS:=kmod-crypto-core
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-mv_cesa))
|
||||
Loading…
x
Reference in New Issue
Block a user