Browse Source

update Linux kernel 4.3.x to latest version

Waldemar Brodkorb 8 years ago
parent
commit
ae10039aad

+ 9 - 3
mk/kernel-ver.mk

@@ -19,11 +19,17 @@ endif
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 endif
-ifeq ($(ADK_TARGET_KERNEL_VERSION_4_3_3),y)
-KERNEL_FILE_VER:=	4.3.3
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_1),y)
+KERNEL_FILE_VER:=	4.4.1
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		8cad4ce7d049c2ecc041b0844bd478bf85f0d3071c93e0c885a776d57cbca3cf
+KERNEL_HASH:=		7ed2198eb451607d8997b52868c8d456b6a04ea12a4015598b5acd76e8c68a57
+endif
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_3_5),y)
+KERNEL_FILE_VER:=	4.3.5
+KERNEL_RELEASE:=	1
+KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
+KERNEL_HASH:=		28ff78d96a24c22a175d3afb89a00fe56fa8535e688a35810d667d1b0a36c53c
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_16),y)
 KERNEL_FILE_VER:=	4.1.16

+ 14 - 7
target/config/Config.in.kernelversion

@@ -4,19 +4,23 @@
 choice
 prompt "Kernel Version"
 depends on ADK_TARGET_KERNEL_CUSTOMISING
-default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_ARC
-default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_SPARC
-default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_BFIN
-default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_H8300
-default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_PPC64
+default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_ARC
+default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_SPARC
+default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_BFIN
+default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_H8300
+default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_PPC64
 default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_WITHOUT_MMU && ADK_TARGET_ARCH_XTENSA
 default ADK_TARGET_KERNEL_VERSION_4_1_16
 
 config ADK_TARGET_KERNEL_VERSION_GIT
 	bool "linux-git"
 
-config ADK_TARGET_KERNEL_VERSION_4_3_3
-	bool "4.3.3"
+config ADK_TARGET_KERNEL_VERSION_4_4_1
+	bool "4.4.1"
+	select ADK_TARGET_KERNEL_VERSION_4_4
+
+config ADK_TARGET_KERNEL_VERSION_4_3_5
+	bool "4.3.5"
 	select ADK_TARGET_KERNEL_VERSION_4_3
 
 config ADK_TARGET_KERNEL_VERSION_4_1_16
@@ -140,6 +144,9 @@ config ADK_TARGET_KERNEL_HASH
 	help
 	  GIT hash to use.
 
+config ADK_TARGET_KERNEL_VERSION_4_4
+	bool
+
 config ADK_TARGET_KERNEL_VERSION_4_3
 	bool
 

+ 0 - 0
target/linux/patches/4.3.3/cris-header.patch → target/linux/patches/4.3.5/cris-header.patch


+ 0 - 0
target/linux/patches/4.3.3/h8300.patch → target/linux/patches/4.3.5/h8300.patch


+ 0 - 0
target/linux/patches/4.3.3/initramfs-nosizelimit.patch → target/linux/patches/4.3.5/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.3.3/startup.patch → target/linux/patches/4.3.5/startup.patch