diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-04 21:33:07 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-04 21:33:07 +0000 |
commit | 5581058bc0f37a1b765afde9276383ee42380100 (patch) | |
tree | cedef1d4303a848e4da10340dad7f34b627d3373 /target | |
parent | 9ea894c1db4608b086c8e80f2ceb6b725d529b6d (diff) |
[packages/kernel] Make mv_cesa crypto module available on Orion as well.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/kirkwood/modules.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk deleted file mode 100644 index 736c82c315..0000000000 --- a/target/linux/kirkwood/modules.mk +++ /dev/null @@ -1,11 +0,0 @@ - -define KernelPackage/crypto-mv_cesa - TITLE:=Marvell crypto engine - 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 -endef - -$(eval $(call KernelPackage,crypto-mv_cesa)) |