From 449c375d9b6553d181b05046119a93499fda889c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Sep 2016 17:29:02 +0200 Subject: linux: update to 4.4.20 --- mk/kernel-ver.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 7475a9d39..b6b0f9d50 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -26,10 +26,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 0ce7bd4e582f77d68e0fd6ed5838f65413c2d77f1828b50ca1014a74a42d399b endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) -KERNEL_FILE_VER:= 4.4.19 +KERNEL_FILE_VER:= 4.4.20 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 55ad0c6f0b62346f5e4b100f0e01970e8f3a5454f7c8af1e7bba490a3a6ac694 +KERNEL_HASH:= d231bc70a94139d0100996d44c420cff2e07a7fd95c8c2c4e0bd031aaf56b5aa endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y) KERNEL_FILE_VER:= 4.1.30 -- cgit v1.2.3