diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-22 20:40:53 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-22 20:41:10 +0200 |
commit | 8a72a868fd8000b826d5337fc413a51b01f39b5d (patch) | |
tree | cd565f726a9d3af616c2e4bcb5c282ee4f7d5e22 | |
parent | 9c0bab0059f7caca87a6513b1723d8036300cdf4 (diff) | |
download | mtk-20170518-8a72a868fd8000b826d5337fc413a51b01f39b5d.zip mtk-20170518-8a72a868fd8000b826d5337fc413a51b01f39b5d.tar.gz mtk-20170518-8a72a868fd8000b826d5337fc413a51b01f39b5d.tar.bz2 |
kernel: bump kernel 4.4 to version 4.4.151
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f68f2f3..44ad7c5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,10 +3,10 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .43 -LINUX_VERSION-4.4 = .150 +LINUX_VERSION-4.4 = .151 LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c -LINUX_KERNEL_HASH-4.4.150 = 0f49295082ccdeae54a18b12c0be0ec01d320b6e6d59bf138a5e117543c0aef5 +LINUX_KERNEL_HASH-4.4.151 = 5fea8c318626de61e99869eb6dde77e8af2419c5cf6f346280da4be1ab8089e8 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |