Browse Source

linux: update kernel

Waldemar Brodkorb 4 years ago
parent
commit
46882ea521
2 changed files with 3 additions and 3 deletions
  1. 2 2
      mk/linux-ver.mk
  2. 1 1
      target/linux/Config.in.kernelversion

+ 2 - 2
mk/linux-ver.mk

@@ -28,10 +28,10 @@ KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 KERNEL_HASH:=		2eecd6825a0998c8b6dd686cd4cd76e9f0d195bbace89f0b82495cc11ddb2884
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_9),y)
-KERNEL_FILE_VER:=	4.9.103
+KERNEL_FILE_VER:=	4.9.179
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		326ae7acb79d2af057b54f81e84d32f8f9f1b922f01033257a5b17e781c293d8
+KERNEL_HASH:=		532e4b7b0103806dad9124fd09d15d19594eca08e7f900e94ff805d3b4171ee3
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_4),y)
 KERNEL_FILE_VER:=	4.4.132

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

@@ -49,7 +49,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_14
 	depends on !ADK_TARGET_ARCH_RISCV64
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_9
-	bool "4.9.103"
+	bool "4.9.179"
 	depends on !ADK_TARGET_ARCH_ARC
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_CSKY