aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-06-28 21:49:07 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-06-28 21:49:07 +0200
commit1592815b2c852da83a8dcc62ffae967b6d7ea9d9 (patch)
treed2fe5b497af5186443b911071f26fbb04177bd71 /include
parentfab672cc7aa9b619f69af4ca8bed94f4b8feff03 (diff)
downloadupstream-1592815b2c852da83a8dcc62ffae967b6d7ea9d9.tar.gz
upstream-1592815b2c852da83a8dcc62ffae967b6d7ea9d9.tar.bz2
upstream-1592815b2c852da83a8dcc62ffae967b6d7ea9d9.zip
kernel: Update to version 4.4.184
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index adaf24e714..731b7b4ca1 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 = .182
+LINUX_VERSION-4.4 = .184
LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c
-LINUX_KERNEL_HASH-4.4.182 = c409d88f61cd9a37cbba36d5d9c8162263eb1e5c9380efaf880a3ec10cd88527
+LINUX_KERNEL_HASH-4.4.184 = 6543232fc082485c1088830b9456e1a6e511239e4bf98817b0166ee62cafc3ca
ifdef KERNEL_PATCHVER
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))