Date:2010-09-03 03:03:22 (13 years 6 months ago)
Author:lars
Commit:830230902948468e3b69006bbd7587705edc9f8d
Message:[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
Files: target/linux/kirkwood/modules.mk (1 diff)

Change Details

target/linux/kirkwood/modules.mk
1
2define KernelPackage/crypto-mv_cesa
3   TITLE:=Marvell crypto engine
4   KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
5   FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko
6   AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
7   SUBMENU:=Cryptographic API modules
8   DEPENDS:=kmod-crypto-core
9endef
10
11$(eval $(call KernelPackage,crypto-mv_cesa))

Archive Download the corresponding diff file



interactive