Browse Source

update 4.1.x to latest

Waldemar Brodkorb 8 years ago
parent
commit
fb9bdbb294

+ 3 - 3
mk/kernel-ver.mk

@@ -15,11 +15,11 @@ KERNEL_FILE_VER:=	$(ADK_KERNEL_HASH)
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 endif
-ifeq ($(ADK_KERNEL_VERSION_4_1_3),y)
-KERNEL_FILE_VER:=	4.1.3
+ifeq ($(ADK_KERNEL_VERSION_4_1_6),y)
+KERNEL_FILE_VER:=	4.1.6
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		96dd2c30984408a8a2211463618c3564514239f1e4335f6bc461c4b9a9bae30b
+KERNEL_HASH:=		912d6ec42dce8c1139ffee7523abb1a048fec1ae5b83a8f95d0ce6d34a3b99fe
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_18_16),y)
 KERNEL_FILE_VER:=	3.18.16

+ 0 - 0
target/arm/bcm28xx/patches/4.1.3/0001-xbian.patch → target/arm/bcm28xx/patches/4.1.6/0001-xbian.patch


+ 0 - 0
target/arm/solidrun-imx6/patches/4.1.3/0001-xbian.patch → target/arm/solidrun-imx6/patches/4.1.6/0001-xbian.patch


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

@@ -4,13 +4,13 @@
 choice
 prompt "Kernel Version"
 depends on ADK_TARGET_KERNEL_CUSTOMISING
-default ADK_KERNEL_VERSION_4_1_3
+default ADK_KERNEL_VERSION_4_1_6
 
 config ADK_KERNEL_VERSION_GIT
 	bool "linux-git"
 	
-config ADK_KERNEL_VERSION_4_1_3
-	bool "4.1.3"
+config ADK_KERNEL_VERSION_4_1_6
+	bool "4.1.6"
 	depends on !ADK_TARGET_ARCH_H8300
 	depends on !ADK_TARGET_SYSTEM_KINETIS_K70
 	select ADK_KERNEL_VERSION_4_1

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

@@ -27,7 +27,7 @@ config ADK_KERNEL_VERSION_2_6_32
 
 config ADK_KERNEL_VERSION
 	string
-	default "4.1.3" if ADK_KERNEL_VERSION_4_1_3
+	default "4.1.6" if ADK_KERNEL_VERSION_4_1_6
 	default "3.18.16" if ADK_KERNEL_VERSION_3_18_16
 	default "3.14.45" if ADK_KERNEL_VERSION_3_14_45
 	default "3.12.44" if ADK_KERNEL_VERSION_3_12_44

+ 0 - 0
target/linux/patches/4.1.3/cris-header.patch → target/linux/patches/4.1.6/cris-header.patch


+ 0 - 0
target/linux/patches/4.1.3/initramfs-nosizelimit.patch → target/linux/patches/4.1.6/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.1.3/startup.patch → target/linux/patches/4.1.6/startup.patch