Author: wigyori Date: 2014-08-02 13:29:11 +0200 (Sat, 02 Aug 2014) New Revision: 41949
Modified: trunk/target/linux/mxs/Makefile trunk/target/linux/mxs/modules.mk Log: mxs: - bump target to 3.14.14 - update dcp module Signed-off-by: Zoltan HERPAI <[email protected]> Modified: trunk/target/linux/mxs/Makefile =================================================================== --- trunk/target/linux/mxs/Makefile 2014-08-02 11:20:01 UTC (rev 41948) +++ trunk/target/linux/mxs/Makefile 2014-08-02 11:29:11 UTC (rev 41949) @@ -13,7 +13,7 @@ CPU_TYPE:=arm926ej-s MAINTAINER:=Zoltan HERPAI <[email protected]> -LINUX_VERSION:=3.13.7 +LINUX_VERSION:=3.14.14 KERNELNAME:="zImage dtbs" define Target/Description Modified: trunk/target/linux/mxs/modules.mk =================================================================== --- trunk/target/linux/mxs/modules.mk 2014-08-02 11:20:01 UTC (rev 41948) +++ trunk/target/linux/mxs/modules.mk 2014-08-02 11:29:11 UTC (rev 41949) @@ -89,9 +89,9 @@ define KernelPackage/crypto-hw-dcp TITLE:=i.MX23/28 DCP hardware crypto module DEPENDS:=@TARGET_mxs - KCONFIG:=CONFIG_CRYPTO_DEV_DCP - FILES:=$(LINUX_DIR)/drivers/crypto/dcp.ko - AUTOLOAD:=$(call AutoLoad,90,dcp) + KCONFIG:=CONFIG_CRYPTO_DEV_MXS_DCP + FILES:=$(LINUX_DIR)/drivers/crypto/mxs-dcp.ko + AUTOLOAD:=$(call AutoLoad,90,mxs-dcp) $(call AddDepends/crypto,+kmod-crypto-authenc +kmod-crypto-des) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
