diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 4c5822bbd20862a407b5aa4df3cc61f8aa367768..c40aacb84af0f2ec6c55dd4fccc02919eaa15649 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -20,8 +20,8 @@ endif ifeq ($(LINUX_VERSION),3.13.7) LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f endif -ifeq ($(LINUX_VERSION),3.14.11) - LINUX_KERNEL_MD5SUM:=88b82f8d7a1b04e5cde268e286728226 +ifeq ($(LINUX_VERSION),3.14.12) + LINUX_KERNEL_MD5SUM:=7e76da2910683fe4dfbcec6ebfdd9a32 endif # disable the md5sum check for unknown kernel versions diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index a2d78df586f497260d7caa7429e68a9908252750..6b602315d70b0e126e3eb360dfe1c846c2432efc 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Luka Perkov <luka@openwrt.org> -LINUX_VERSION:=3.14.11 +LINUX_VERSION:=3.14.12 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile index a029719de1d54dbb023c1ad557b8fc3acb1175ee..93097e63bffc878c86b550247bcd1f2422ca2f0e 100644 --- a/target/linux/x86_64/Makefile +++ b/target/linux/x86_64/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86_64 FEATURES:=ext4 vdi vmdk targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.14.11 +LINUX_VERSION:=3.14.12 KERNELNAME:=bzImage