diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-17 12:32:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-17 12:32:57 +0200 |
commit | 8773e0c3d4065756c58480b0b88461e14501427c (patch) | |
tree | 9d40b88bb87dc1d9cc04386bc1dfaeb225ae2c04 /mk | |
parent | cb633574ca5dbdc56ff550028200b9423f5772c3 (diff) |
kernel: update to 4.6.4
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 5c7e2e22e..e25dd1bfc 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -19,11 +19,11 @@ endif KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6_3),y) -KERNEL_FILE_VER:= 4.6.3 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6_4),y) +KERNEL_FILE_VER:= 4.6.4 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 13188892941ea6c21d5db5a391ee73a27ef20de4cc81f14574aff0a522630967 +KERNEL_HASH:= 8568d41c7104e941989b14a380d167129f83db42c04e950d8d9337fe6012ff7e endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_7),y) KERNEL_FILE_VER:= 4.5.7 |