diff options
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 |