diff options
-rw-r--r-- | mk/linux-ver.mk | 6 | ||||
-rw-r--r-- | target/linux/Config.in.kernelversion | 8 | ||||
-rw-r--r-- | target/linux/patches/4.16.5/arm-nommu.patch (renamed from target/linux/patches/4.15.17/arm-nommu.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.16.5/arm-thumb2.patch (renamed from target/linux/patches/4.15.17/arm-thumb2.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.16.5/h8300.patch (renamed from target/linux/patches/4.15.17/h8300.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.16.5/or1k-more-ram.patch (renamed from target/linux/patches/4.15.17/or1k-more-ram.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.16.5/startup.patch (renamed from target/linux/patches/4.15.17/startup.patch) | 0 |
7 files changed, 7 insertions, 7 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index dbef79ee8..551eff899 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -15,11 +15,11 @@ KERNEL_FILE_VER:= $(ADK_TARGET_LINUX_KERNEL_GIT) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_15),y) -KERNEL_FILE_VER:= 4.15.17 +ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_16),y) +KERNEL_FILE_VER:= 4.16.5 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 2fd5f2322018c6d4d318629abb0ea17f046a308271a8514cc31bb29c858040b8 +KERNEL_HASH:= 39ac2f4af0ca848153b3de5610f1e4d4f3d50362d76f382c625d8a25df432a38 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y) KERNEL_FILE_VER:= 4.14.34 diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 7ae671271..69103838d 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -15,8 +15,8 @@ default ADK_TARGET_LINUX_KERNEL_VERSION_GIT if ADK_TARGET_ARCH_LM32 default ADK_TARGET_LINUX_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_CRIS default ADK_TARGET_LINUX_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_H8300 default ADK_TARGET_LINUX_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_METAG -default ADK_TARGET_LINUX_KERNEL_VERSION_4_15 if ADK_TARGET_ARCH_RISCV32 -default ADK_TARGET_LINUX_KERNEL_VERSION_4_15 if ADK_TARGET_ARCH_RISCV64 +default ADK_TARGET_LINUX_KERNEL_VERSION_4_16 if ADK_TARGET_ARCH_RISCV32 +default ADK_TARGET_LINUX_KERNEL_VERSION_4_16 if ADK_TARGET_ARCH_RISCV64 default ADK_TARGET_LINUX_KERNEL_VERSION_4_14 config ADK_TARGET_LINUX_KERNEL_VERSION_GIT @@ -29,8 +29,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK -config ADK_TARGET_LINUX_KERNEL_VERSION_4_15 - bool "4.15.17" +config ADK_TARGET_LINUX_KERNEL_VERSION_4_16 + bool "4.16.5" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_CSKY diff --git a/target/linux/patches/4.15.17/arm-nommu.patch b/target/linux/patches/4.16.5/arm-nommu.patch index 2480b5169..2480b5169 100644 --- a/target/linux/patches/4.15.17/arm-nommu.patch +++ b/target/linux/patches/4.16.5/arm-nommu.patch diff --git a/target/linux/patches/4.15.17/arm-thumb2.patch b/target/linux/patches/4.16.5/arm-thumb2.patch index a5ae3d260..a5ae3d260 100644 --- a/target/linux/patches/4.15.17/arm-thumb2.patch +++ b/target/linux/patches/4.16.5/arm-thumb2.patch diff --git a/target/linux/patches/4.15.17/h8300.patch b/target/linux/patches/4.16.5/h8300.patch index 836a414e5..836a414e5 100644 --- a/target/linux/patches/4.15.17/h8300.patch +++ b/target/linux/patches/4.16.5/h8300.patch diff --git a/target/linux/patches/4.15.17/or1k-more-ram.patch b/target/linux/patches/4.16.5/or1k-more-ram.patch index de848c838..de848c838 100644 --- a/target/linux/patches/4.15.17/or1k-more-ram.patch +++ b/target/linux/patches/4.16.5/or1k-more-ram.patch diff --git a/target/linux/patches/4.15.17/startup.patch b/target/linux/patches/4.16.5/startup.patch index 8115b2cc6..8115b2cc6 100644 --- a/target/linux/patches/4.15.17/startup.patch +++ b/target/linux/patches/4.16.5/startup.patch |