diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-14 14:44:24 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-20 13:44:38 +0100 |
commit | 891bba8f77192aec9d3e4d50a17525c33efd873a (patch) | |
tree | faf63ad97444a87dad12b801d25df0856b82a62f /include | |
parent | ab9d1bf608170c17dd8a372bc42806b9703a20ce (diff) | |
download | upstream-891bba8f77192aec9d3e4d50a17525c33efd873a.tar.gz upstream-891bba8f77192aec9d3e4d50a17525c33efd873a.tar.bz2 upstream-891bba8f77192aec9d3e4d50a17525c33efd873a.zip |
kernel: bump 4.9 to 4.9.209
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 88649e6309..d9ade32942 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,10 +2,10 @@ LINUX_RELEASE?=1 -LINUX_VERSION-4.9 = .208 +LINUX_VERSION-4.9 = .209 LINUX_VERSION-4.14 = .162 -LINUX_KERNEL_HASH-4.9.208 = b7ad1c9841d671d026c55a4c91c77205f8b488ca5f980f838591c68662e0525a +LINUX_KERNEL_HASH-4.9.209 = 0258d5bef915fddcdd584a26ae91bafa996d7e400e725d36329ee44041aa59e1 LINUX_KERNEL_HASH-4.14.162 = f65170224cd4359ce8b2793b492bd8127abdd0b91350484e001bce13f0c98b4b remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |