summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/kernel-ver.mk6
-rw-r--r--target/config/Config.in.kernelversion14
-rw-r--r--target/linux/patches/4.6.4/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.6.3/initramfs-nosizelimit.patch)0
-rw-r--r--target/linux/patches/4.6.4/ld-or1k.patch (renamed from target/linux/patches/4.6.3/ld-or1k.patch)0
-rw-r--r--target/linux/patches/4.6.4/startup.patch (renamed from target/linux/patches/4.6.3/startup.patch)0
5 files changed, 10 insertions, 10 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 5c7e2e22e..e25dd1bfc 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -19,11 +19,11 @@ endif
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
endif
-ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6_3),y)
-KERNEL_FILE_VER:= 4.6.3
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6_4),y)
+KERNEL_FILE_VER:= 4.6.4
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 13188892941ea6c21d5db5a391ee73a27ef20de4cc81f14574aff0a522630967
+KERNEL_HASH:= 8568d41c7104e941989b14a380d167129f83db42c04e950d8d9337fe6012ff7e
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_7),y)
KERNEL_FILE_VER:= 4.5.7
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 501058be1..97d421503 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -4,11 +4,11 @@
choice
prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
depends on ADK_TARGET_OS_LINUX
-default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_ARC
-default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_NIOS2
-default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_XTENSA
-default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_CPU_MIPS_MIPS32R6
-default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_CPU_MIPS64_MIPS64R6
+default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_ARCH_ARC
+default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_ARCH_NIOS2
+default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_ARCH_XTENSA
+default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_CPU_MIPS_MIPS32R6
+default ADK_TARGET_KERNEL_VERSION_4_6_4 if ADK_TARGET_CPU_MIPS64_MIPS64R6
default ADK_TARGET_KERNEL_VERSION_RPI if ADK_TARGET_BOARD_BCM28XX
default ADK_TARGET_KERNEL_VERSION_FSLC if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default ADK_TARGET_KERNEL_VERSION_4_4_14
@@ -25,8 +25,8 @@ config ADK_TARGET_KERNEL_VERSION_RPI
bool "linux-rpi"
depends on ADK_TARGET_BOARD_BCM28XX
-config ADK_TARGET_KERNEL_VERSION_4_6_3
- bool "4.6.3"
+config ADK_TARGET_KERNEL_VERSION_4_6_4
+ bool "4.6.4"
depends on !ADK_TARGET_ARCH_NDS32
select ADK_TARGET_KERNEL_VERSION_4_6
diff --git a/target/linux/patches/4.6.3/initramfs-nosizelimit.patch b/target/linux/patches/4.6.4/initramfs-nosizelimit.patch
index 40d2f6bd8..40d2f6bd8 100644
--- a/target/linux/patches/4.6.3/initramfs-nosizelimit.patch
+++ b/target/linux/patches/4.6.4/initramfs-nosizelimit.patch
diff --git a/target/linux/patches/4.6.3/ld-or1k.patch b/target/linux/patches/4.6.4/ld-or1k.patch
index 264f9166f..264f9166f 100644
--- a/target/linux/patches/4.6.3/ld-or1k.patch
+++ b/target/linux/patches/4.6.4/ld-or1k.patch
diff --git a/target/linux/patches/4.6.3/startup.patch b/target/linux/patches/4.6.4/startup.patch
index e54ac19a6..e54ac19a6 100644
--- a/target/linux/patches/4.6.3/startup.patch
+++ b/target/linux/patches/4.6.4/startup.patch