Browse Source

update kernel to 4.0.5

Waldemar Brodkorb 9 years ago
parent
commit
e0c1a232a9

+ 3 - 3
mk/kernel-ver.mk

@@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_HASH:=		7b233f20653f9a283d4ecc9c3aecb349d65f1edce8c84f25f53874748b2f1c4f
 endif
-ifeq ($(ADK_KERNEL_VERSION_4_0_4),y)
-KERNEL_VERSION:=	4.0.4
+ifeq ($(ADK_KERNEL_VERSION_4_0_5),y)
+KERNEL_VERSION:=	4.0.5
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_HASH:=		30651ccd2cdf01ea2215cd39a94d9b684c1b3a681120f33e6605b467fe41b4c8
+KERNEL_HASH:=		e24b3d8d6bb203752a2ad8e7cdd408e589d0eda858c4eb330728d9a658ec33d1
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_18_14),y)
 KERNEL_VERSION:=	3.18.14

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

@@ -4,7 +4,7 @@
 choice
 prompt "Kernel Version"
 depends on ADK_TARGET_KERNEL_CUSTOMISING
-default ADK_KERNEL_VERSION_4_0_4
+default ADK_KERNEL_VERSION_4_0_5
 
 config ADK_KERNEL_VERSION_GIT
 	bool "linux-git"
@@ -13,8 +13,8 @@ config ADK_KERNEL_VERSION_4_1_0_RC5
 	bool "4.1.0rc5"
 	select ADK_KERNEL_VERSION_4_1
 
-config ADK_KERNEL_VERSION_4_0_4
-	bool "4.0.4"
+config ADK_KERNEL_VERSION_4_0_5
+	bool "4.0.5"
 	select ADK_KERNEL_VERSION_4_0
 
 config ADK_KERNEL_VERSION_3_18_14

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

@@ -31,7 +31,7 @@ config ADK_KERNEL_VERSION_2_6_32
 config ADK_KERNEL_VERSION
 	string
 	default "4.1.0rc5" if ADK_KERNEL_VERSION_4_1_0_RC5
-	default "4.0.4" if ADK_KERNEL_VERSION_4_0
+	default "4.0.5" if ADK_KERNEL_VERSION_4_0
 	default "3.18.14" if ADK_KERNEL_VERSION_3_18_14
 	default "3.14.43" if ADK_KERNEL_VERSION_3_14_43
 	default "3.12.40" if ADK_KERNEL_VERSION_3_12_40

+ 0 - 0
target/linux/patches/4.0.4/cris-header.patch → target/linux/patches/4.0.5/cris-header.patch


+ 0 - 0
target/linux/patches/4.0.4/initramfs-nosizelimit.patch → target/linux/patches/4.0.5/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.0.4/startup.patch → target/linux/patches/4.0.5/startup.patch


+ 0 - 0
target/m68k/qemu-m68k/patches/4.0.4/m68k-coldfire-fec.patch → target/m68k/qemu-m68k/patches/4.0.5/m68k-coldfire-fec.patch


+ 0 - 0
target/m68k/qemu-m68k/patches/4.0.4/qemu-coldfire.patch → target/m68k/qemu-m68k/patches/4.0.5/qemu-coldfire.patch