Browse Source

linux: update to 4.16.7

Waldemar Brodkorb 6 years ago
parent
commit
e543efe99c

+ 2 - 2
mk/linux-ver.mk

@@ -16,10 +16,10 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_16),y)
-KERNEL_FILE_VER:=	4.16.5
+KERNEL_FILE_VER:=	4.16.7
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		39ac2f4af0ca848153b3de5610f1e4d4f3d50362d76f382c625d8a25df432a38
+KERNEL_HASH:=		d87abef6c5666329194a0005fa8331c0cc03b65383f195442dee8f5558af0139
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
 KERNEL_FILE_VER:=	4.14.34

+ 1 - 1
target/linux/Config.in.kernelversion

@@ -30,7 +30,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 	select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_16
-	bool "4.16.5"
+	bool "4.16.7"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_CSKY

+ 0 - 0
target/linux/patches/4.16.5/arm-nommu.patch → target/linux/patches/4.16.7/arm-nommu.patch


+ 0 - 0
target/linux/patches/4.16.5/arm-thumb2.patch → target/linux/patches/4.16.7/arm-thumb2.patch


+ 0 - 0
target/linux/patches/4.16.5/h8300.patch → target/linux/patches/4.16.7/h8300.patch


+ 0 - 0
target/linux/patches/4.16.5/or1k-more-ram.patch → target/linux/patches/4.16.7/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.16.5/startup.patch → target/linux/patches/4.16.7/startup.patch