[brcm63xx] remove wpa-supplicant and iw from the Tecom GW6x00 profile
[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)/crypto/mv_cesa.ko
6 AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
7 SUBMENU:=Cryptographic API modules
8 DEPENDS:=kmod-crypto-core
9 endef
10
11 $(eval $(call KernelPackage,crypto-mv_cesa))
This page took 0.044865 seconds and 5 git commands to generate.