2
0
forked from Ivasoft/openwrt

orion: enable SoC drivers in the kernel config

Clean up packaged modules

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-12-22 17:34:45 +01:00
parent 49e81f9fe4
commit 0d5ba94088
5 changed files with 37 additions and 294 deletions

View File

@@ -661,15 +661,3 @@ define KernelPackage/crypto-xts
endef
$(eval $(call KernelPackage,crypto-xts))
define KernelPackage/crypto-mv-cesa
TITLE:=Marvell crypto engine
DEPENDS:=+kmod-crypto-manager @TARGET_orion
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
$(call AddDepends/crypto)
endef
$(eval $(call KernelPackage,crypto-mv-cesa))