diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-16 20:29:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-16 20:29:07 +0100 |
commit | 881e605bb710251addddf4c06753f2a942a1010a (patch) | |
tree | 7ce50e4a96326c7a6b842e590a2179e11f55ed29 | |
parent | 1db1da9e33bc74cb3e9b2e04f26f3da40c337126 (diff) |
linux: bump version
-rw-r--r-- | mk/kernel-ver.mk | 6 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 6 | ||||
-rw-r--r-- | target/linux/patches/4.4.6/ld-or1k.patch (renamed from target/linux/patches/4.4.5/ld-or1k.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.4.6/mips-xz.patch (renamed from target/linux/patches/4.4.5/mips-xz.patch) | 0 |
4 files changed, 6 insertions, 6 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index ec2b00141..cd5102357 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_4_5),y) -KERNEL_FILE_VER:= 4.4.5 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_6),y) +KERNEL_FILE_VER:= 4.4.6 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 30219a84d90286dce26f149613eb612438ce42753f0628a32a88ea2a64de4ab5 +KERNEL_HASH:= a3bccec4c28939355cd415672414583ecaf5531a87ddb44c9dc036aeacec577d endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_16),y) KERNEL_FILE_VER:= 4.1.16 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 3f9de09ad..0eca8800a 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -5,13 +5,13 @@ choice prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_WITHOUT_MMU && ADK_TARGET_ARCH_XTENSA -default ADK_TARGET_KERNEL_VERSION_4_4_5 +default ADK_TARGET_KERNEL_VERSION_4_4_6 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_4_5 - bool "4.4.5" +config ADK_TARGET_KERNEL_VERSION_4_4_6 + bool "4.4.6" select ADK_TARGET_KERNEL_VERSION_4_4 config ADK_TARGET_KERNEL_VERSION_4_1_16 diff --git a/target/linux/patches/4.4.5/ld-or1k.patch b/target/linux/patches/4.4.6/ld-or1k.patch index 264f9166f..264f9166f 100644 --- a/target/linux/patches/4.4.5/ld-or1k.patch +++ b/target/linux/patches/4.4.6/ld-or1k.patch diff --git a/target/linux/patches/4.4.5/mips-xz.patch b/target/linux/patches/4.4.6/mips-xz.patch index 5cfac6254..5cfac6254 100644 --- a/target/linux/patches/4.4.5/mips-xz.patch +++ b/target/linux/patches/4.4.6/mips-xz.patch |