AP96: Fix LAN/WAN setup
[openwrt.git] / target / linux / kirkwood / modules.mk
1
2 define KernelPackage/crypto-mv_cesa
3 TITLE:=Marvell crypto engine
4 KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
5 FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
6 AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
7 SUBMENU:=Cryptographic API modules
8 DEPENDS:=kmod-crypto-core @TARGET_kirkwood
9 endef
10
11 $(eval $(call KernelPackage,crypto-mv_cesa))
This page took 0.038386 seconds and 5 git commands to generate.