diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-01-10 16:01:00 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-17 10:35:08 +0100 |
commit | f0336975be8c13f384c8857818e19a0fe7a321c1 (patch) | |
tree | 43bc60d1141897d853dbb8d0b69162848108b886 /include | |
parent | fb6f21c657383faf681a161f83ecca9ddd12c76f (diff) | |
download | upstream-f0336975be8c13f384c8857818e19a0fe7a321c1.tar.gz upstream-f0336975be8c13f384c8857818e19a0fe7a321c1.tar.bz2 upstream-f0336975be8c13f384c8857818e19a0fe7a321c1.zip |
kernel: bump 4.4 to 4.4.111 for 17.01
Refresh patches
Tested-on: ar71xx Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'include')
-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 c6231ce870..0af24b4170 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 = .110 +LINUX_VERSION-4.4 = .111 LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c -LINUX_KERNEL_HASH-4.4.110 = d099175aac5678e6cad2f23cd56ed22a2857143c0c18489390c95ba8c441db58 +LINUX_KERNEL_HASH-4.4.111 = a201282e8eaf62b4f51edb2241e98ff805fe2d1b04a72a2328c5a6e2d77ec008 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |