Browse Source

linux: update to 4.13.1

Waldemar Brodkorb 8 years ago
parent
commit
1863be7c63
2 changed files with 3 additions and 3 deletions
  1. 2 2
      mk/kernel-ver.mk
  2. 1 1
      target/config/Config.in.kernelversion

+ 2 - 2
mk/kernel-ver.mk

@@ -16,10 +16,10 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_13),y)
-KERNEL_FILE_VER:=	4.13
+KERNEL_FILE_VER:=	4.13.1
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c
+KERNEL_HASH:=		decee7a2de34aea921fce3e7934f520790fe43176de29bd9718a84419ca6e1ce
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_12),y)
 KERNEL_FILE_VER:=	4.12.10

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

@@ -29,7 +29,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT
 	select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 
 config ADK_TARGET_KERNEL_VERSION_4_13
-	bool "4.13"
+	bool "4.13.1"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_CSKY