aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-01-28 10:48:09 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-01-31 15:35:22 +0100
commit1f1f421af6e088ba66e6543f4b645265debd0326 (patch)
treea5505fd6d9f6895b8486f7317eadc3c0079d5259 /include
parent13eeee7b2b764794dd54f39c596f94a64f47d2ca (diff)
downloadupstream-1f1f421af6e088ba66e6543f4b645265debd0326.tar.gz
upstream-1f1f421af6e088ba66e6543f4b645265debd0326.tar.bz2
upstream-1f1f421af6e088ba66e6543f4b645265debd0326.zip
kernel: bump 4.9 to 4.9.153
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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 0dd68aa404..dcbffc5422 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -2,11 +2,11 @@
LINUX_RELEASE?=1
-LINUX_VERSION-4.9 = .152
LINUX_VERSION-4.14 = .95
+LINUX_VERSION-4.9 = .153
-LINUX_KERNEL_HASH-4.9.152 = 90e47b85c09af47eefafe851685ee731538f640b0650a6a9cfa0234436708e39
LINUX_KERNEL_HASH-4.14.95 = ce6729e3fca312520e3cb4f27993852dbb019d94c59c0b35cedab571f9cb58e4
+LINUX_KERNEL_HASH-4.9.153 = 9066929ec2550794ae107350a5f3c5b648438aa915cfc62bac5b7a54b9d7731a
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))