diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-11 19:59:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-11 19:59:27 +0200 |
commit | 1863be7c63a2ac49bcb447c52ae6b9428a8ed1cd (patch) | |
tree | d886a6f6ea12dcb9a1ac71c93b61c50d84abe504 | |
parent | e8dccced08ddbb0e8e0302b66503070bd14af94f (diff) |
linux: update to 4.13.1
-rw-r--r-- | mk/kernel-ver.mk | 4 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 87de97c4a..5fd238a47 100644 --- a/mk/kernel-ver.mk +++ b/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 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 979817812..dfbd780ed 100644 --- a/target/config/Config.in.kernelversion +++ b/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 |