summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-26 13:39:41 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-26 13:40:05 +0200
commit35bd94edb54655bb829e72d416d0645d8d9a5680 (patch)
treec290ef00e6b661506ab615ed91ce2c0105123f8b
parentdcbe8ab722f27eef7acb6a8799de4f4cb3a75145 (diff)
linux: update to 4.6.3
-rw-r--r--mk/kernel-ver.mk6
-rw-r--r--target/config/Config.in.kernelversion10
-rw-r--r--target/linux/patches/4.6.3/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.6.2/initramfs-nosizelimit.patch)0
-rw-r--r--target/linux/patches/4.6.3/ld-or1k.patch (renamed from target/linux/patches/4.6.2/ld-or1k.patch)0
-rw-r--r--target/linux/patches/4.6.3/startup.patch (renamed from target/linux/patches/4.6.2/startup.patch)0
5 files changed, 8 insertions, 8 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 9dcee0a1b..ff786bbe9 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_2),y)
-KERNEL_FILE_VER:= 4.6.2
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6_3),y)
+KERNEL_FILE_VER:= 4.6.3
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= e158f3c69da87c2ec28d0f194dbe18b05e0d0b9e1142566615cea3390bab1c6a
+KERNEL_HASH:= 13188892941ea6c21d5db5a391ee73a27ef20de4cc81f14574aff0a522630967
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 f44d00c83..397f5a887 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -4,16 +4,16 @@
choice
prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
depends on ADK_TARGET_OS_LINUX
-default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_ARC
-default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_NIOS2
-default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_XTENSA
+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_4_13
config ADK_TARGET_KERNEL_VERSION_GIT
bool "linux-git"
-config ADK_TARGET_KERNEL_VERSION_4_6_2
- bool "4.6.2"
+config ADK_TARGET_KERNEL_VERSION_4_6_3
+ bool "4.6.3"
depends on !ADK_TARGET_BOARD_BCM28XX
depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
select ADK_TARGET_KERNEL_VERSION_4_6
diff --git a/target/linux/patches/4.6.2/initramfs-nosizelimit.patch b/target/linux/patches/4.6.3/initramfs-nosizelimit.patch
index 40d2f6bd8..40d2f6bd8 100644
--- a/target/linux/patches/4.6.2/initramfs-nosizelimit.patch
+++ b/target/linux/patches/4.6.3/initramfs-nosizelimit.patch
diff --git a/target/linux/patches/4.6.2/ld-or1k.patch b/target/linux/patches/4.6.3/ld-or1k.patch
index 264f9166f..264f9166f 100644
--- a/target/linux/patches/4.6.2/ld-or1k.patch
+++ b/target/linux/patches/4.6.3/ld-or1k.patch
diff --git a/target/linux/patches/4.6.2/startup.patch b/target/linux/patches/4.6.3/startup.patch
index e54ac19a6..e54ac19a6 100644
--- a/target/linux/patches/4.6.2/startup.patch
+++ b/target/linux/patches/4.6.3/startup.patch