diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/kernel-ver.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 5f14fc371..5f8b991a0 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) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.3 +KERNEL_FILE_VER:= 4.9.4 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 74fbca6230477e208e55ef6f855ffc604c31f4a2feb1a136b1d9cbee16b0eca8 +KERNEL_HASH:= 9bddafb64cb15a4d3d0400364f3c9cb4b0d777978d5d81ade70c155e86cec084 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) KERNEL_FILE_VER:= 4.4.38 |