Skip to content
Snippets Groups Projects
Commit 06fdad1c authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

mxs: - bump target to 3.14.14 - update dcp module


Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 41949
parent 15facdb2
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ FEATURES:=ext4 rtc usb gpio ...@@ -13,7 +13,7 @@ FEATURES:=ext4 rtc usb gpio
CPU_TYPE:=arm926ej-s CPU_TYPE:=arm926ej-s
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
LINUX_VERSION:=3.13.7 LINUX_VERSION:=3.14.14
KERNELNAME:="zImage dtbs" KERNELNAME:="zImage dtbs"
define Target/Description define Target/Description
......
...@@ -89,9 +89,9 @@ $(eval $(call KernelPackage,iio-mxs-lradc)) ...@@ -89,9 +89,9 @@ $(eval $(call KernelPackage,iio-mxs-lradc))
define KernelPackage/crypto-hw-dcp define KernelPackage/crypto-hw-dcp
TITLE:=i.MX23/28 DCP hardware crypto module TITLE:=i.MX23/28 DCP hardware crypto module
DEPENDS:=@TARGET_mxs DEPENDS:=@TARGET_mxs
KCONFIG:=CONFIG_CRYPTO_DEV_DCP KCONFIG:=CONFIG_CRYPTO_DEV_MXS_DCP
FILES:=$(LINUX_DIR)/drivers/crypto/dcp.ko FILES:=$(LINUX_DIR)/drivers/crypto/mxs-dcp.ko
AUTOLOAD:=$(call AutoLoad,90,dcp) AUTOLOAD:=$(call AutoLoad,90,mxs-dcp)
$(call AddDepends/crypto,+kmod-crypto-authenc +kmod-crypto-des) $(call AddDepends/crypto,+kmod-crypto-authenc +kmod-crypto-des)
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment