diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-15 10:42:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2016-03-16 17:05:02 +0100 |
commit | 695ff2b3c9096427e6454c556c1b6b94871dddfa (patch) | |
tree | 1ec713220e546f614f44b0d51f5e0835f830629e /mk | |
parent | 77950f91108cb1ee050e6b4480c9511a3e65d267 (diff) |
linux: update kernel to 4.4.5
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 776b6ab11..ec2b00141 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_4_3),y) -KERNEL_FILE_VER:= 4.4.3 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_5),y) +KERNEL_FILE_VER:= 4.4.5 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd +KERNEL_HASH:= 30219a84d90286dce26f149613eb612438ce42753f0628a32a88ea2a64de4ab5 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_16),y) KERNEL_FILE_VER:= 4.1.16 |