Browse Source

update to 3.14.5

Waldemar Brodkorb 11 years ago
parent
commit
a7012583d2
32 changed files with 7 additions and 7 deletions
  1. 3 3
      mk/kernel-ver.mk
  2. 3 3
      target/config/Config.in.kernelversion.choice
  3. 1 1
      target/config/Config.in.kernelversion.default
  4. 0 0
      target/linux/patches/3.14.5/bsd-compatibility.patch
  5. 0 0
      target/linux/patches/3.14.5/cleankernel.patch
  6. 0 0
      target/linux/patches/3.14.5/defaults.patch
  7. 0 0
      target/linux/patches/3.14.5/disable-netfilter.patch
  8. 0 0
      target/linux/patches/3.14.5/export-symbol-for-exmap.patch
  9. 0 0
      target/linux/patches/3.14.5/fblogo.patch
  10. 0 0
      target/linux/patches/3.14.5/gemalto.patch
  11. 0 0
      target/linux/patches/3.14.5/initramfs-nosizelimit.patch
  12. 0 0
      target/linux/patches/3.14.5/lemote-rfkill.patch
  13. 0 0
      target/linux/patches/3.14.5/microblaze-axi.patch
  14. 0 0
      target/linux/patches/3.14.5/microblaze-ethernet.patch
  15. 0 0
      target/linux/patches/3.14.5/mkpiggy.patch
  16. 0 0
      target/linux/patches/3.14.5/mtd-rootfs.patch
  17. 0 0
      target/linux/patches/3.14.5/nfsv3-tcp.patch
  18. 0 0
      target/linux/patches/3.14.5/non-static.patch
  19. 0 0
      target/linux/patches/3.14.5/patch-grsec
  20. 0 0
      target/linux/patches/3.14.5/patch-mptcp
  21. 0 0
      target/linux/patches/3.14.5/patch-yaffs2
  22. 0 0
      target/linux/patches/3.14.5/ppc64-missing-zlib.patch
  23. 0 0
      target/linux/patches/3.14.5/regmap-boolean.patch
  24. 0 0
      target/linux/patches/3.14.5/relocs.patch
  25. 0 0
      target/linux/patches/3.14.5/sgidefs.patch
  26. 0 0
      target/linux/patches/3.14.5/sortext.patch
  27. 0 0
      target/linux/patches/3.14.5/startup.patch
  28. 0 0
      target/linux/patches/3.14.5/tcp-fastopen.patch
  29. 0 0
      target/linux/patches/3.14.5/uuid.patch
  30. 0 0
      target/linux/patches/3.14.5/wlan-cf.patch
  31. 0 0
      target/linux/patches/3.14.5/xargs.patch
  32. 0 0
      target/linux/patches/3.14.5/zlib-inflate.patch

+ 3 - 3
mk/kernel-ver.mk

@@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:=	3.15.0-rc7
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		a56d456b69b2e984aea0329bed0bda4d
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_14_4),y)
-KERNEL_VERSION:=	3.14.4
+ifeq ($(ADK_KERNEL_VERSION_3_14_5),y)
+KERNEL_VERSION:=	3.14.5
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		c7c565d14833550faa39ef8279272182
+KERNEL_MD5SUM:=		db2f2b8a83239852b72e560811eb80de
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_12_20),y)
 KERNEL_VERSION:=	3.12.20

+ 3 - 3
target/config/Config.in.kernelversion.choice

@@ -4,15 +4,15 @@
 choice
 prompt "Kernel Version"
 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
-default ADK_KERNEL_VERSION_3_14_4
+default ADK_KERNEL_VERSION_3_14_5
 
 config ADK_KERNEL_VERSION_3_15_RC7
 	prompt "3.15-rc7"
 	boolean
 	select ADK_KERNEL_VERSION_3_15
 
-config ADK_KERNEL_VERSION_3_14_4
-	prompt "3.14.4"
+config ADK_KERNEL_VERSION_3_14_5
+	prompt "3.14.5"
 	depends on !ADK_TARGET_SYSTEM_CUBOX_I
 	boolean
 	select ADK_KERNEL_VERSION_3_14

+ 1 - 1
target/config/Config.in.kernelversion.default

@@ -19,7 +19,7 @@ config ADK_KERNEL_VERSION_3_4
 config ADK_KERNEL_VERSION
 	string
 	default "3.15-rc7" if ADK_KERNEL_VERSION_3_15_RC7
-	default "3.14.4" if ADK_KERNEL_VERSION_3_14_4
+	default "3.14.5" if ADK_KERNEL_VERSION_3_14_5
 	default "3.12.20" if ADK_KERNEL_VERSION_3_12_20
 	default "3.10.40" if ADK_KERNEL_VERSION_3_10_40
 	default "3.10.30" if ADK_KERNEL_VERSION_3_10_30

+ 0 - 0
target/linux/patches/3.14.4/bsd-compatibility.patch → target/linux/patches/3.14.5/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.14.4/cleankernel.patch → target/linux/patches/3.14.5/cleankernel.patch


+ 0 - 0
target/linux/patches/3.14.4/defaults.patch → target/linux/patches/3.14.5/defaults.patch


+ 0 - 0
target/linux/patches/3.14.4/disable-netfilter.patch → target/linux/patches/3.14.5/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.14.4/export-symbol-for-exmap.patch → target/linux/patches/3.14.5/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.14.4/fblogo.patch → target/linux/patches/3.14.5/fblogo.patch


+ 0 - 0
target/linux/patches/3.14.4/gemalto.patch → target/linux/patches/3.14.5/gemalto.patch


+ 0 - 0
target/linux/patches/3.14.4/initramfs-nosizelimit.patch → target/linux/patches/3.14.5/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.14.4/lemote-rfkill.patch → target/linux/patches/3.14.5/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.14.4/microblaze-axi.patch → target/linux/patches/3.14.5/microblaze-axi.patch


+ 0 - 0
target/linux/patches/3.14.4/microblaze-ethernet.patch → target/linux/patches/3.14.5/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.14.4/mkpiggy.patch → target/linux/patches/3.14.5/mkpiggy.patch


+ 0 - 0
target/linux/patches/3.14.4/mtd-rootfs.patch → target/linux/patches/3.14.5/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.14.4/nfsv3-tcp.patch → target/linux/patches/3.14.5/nfsv3-tcp.patch


+ 0 - 0
target/linux/patches/3.14.4/non-static.patch → target/linux/patches/3.14.5/non-static.patch


+ 0 - 0
target/linux/patches/3.14.4/patch-grsec → target/linux/patches/3.14.5/patch-grsec


+ 0 - 0
target/linux/patches/3.14.4/patch-mptcp → target/linux/patches/3.14.5/patch-mptcp


+ 0 - 0
target/linux/patches/3.14.4/patch-yaffs2 → target/linux/patches/3.14.5/patch-yaffs2


+ 0 - 0
target/linux/patches/3.14.4/ppc64-missing-zlib.patch → target/linux/patches/3.14.5/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.14.4/regmap-boolean.patch → target/linux/patches/3.14.5/regmap-boolean.patch


+ 0 - 0
target/linux/patches/3.14.4/relocs.patch → target/linux/patches/3.14.5/relocs.patch


+ 0 - 0
target/linux/patches/3.14.4/sgidefs.patch → target/linux/patches/3.14.5/sgidefs.patch


+ 0 - 0
target/linux/patches/3.14.4/sortext.patch → target/linux/patches/3.14.5/sortext.patch


+ 0 - 0
target/linux/patches/3.14.4/startup.patch → target/linux/patches/3.14.5/startup.patch


+ 0 - 0
target/linux/patches/3.14.4/tcp-fastopen.patch → target/linux/patches/3.14.5/tcp-fastopen.patch


+ 0 - 0
target/linux/patches/3.14.4/uuid.patch → target/linux/patches/3.14.5/uuid.patch


+ 0 - 0
target/linux/patches/3.14.4/wlan-cf.patch → target/linux/patches/3.14.5/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.14.4/xargs.patch → target/linux/patches/3.14.5/xargs.patch


+ 0 - 0
target/linux/patches/3.14.4/zlib-inflate.patch → target/linux/patches/3.14.5/zlib-inflate.patch