aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-10-02 13:38:04 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-10-02 16:11:47 +0200
commit93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847 (patch)
tree7bfa85f74d4056464b74dfd0354a33b3c0619ad5 /include/kernel-version.mk
parent123d12eada9a8d63e790af372f30359415812228 (diff)
downloadupstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.gz
upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.tar.bz2
upstream-93a48cb1a0f8b34fa1a3c60de4f2f5ead7165847.zip
kernel: bump 4.14 to 4.14.248
All updated automatically. Compile-tested on: lantiq/xrx200, armvirt/64 Runtime-tested on: lantiq/xrx200, armvirt/64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include/kernel-version.mk')
-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 5636a11216..5230350d9b 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-4.14 = .245
+LINUX_VERSION-4.14 = .248
-LINUX_KERNEL_HASH-4.14.245 = 0d7461890bca7eb836ff9f61b129cead97c80725577f7077a5fd67b18ea6b220
+LINUX_KERNEL_HASH-4.14.248 = c993eecf5cc41acbd874fde56eecb87ac021df477defe3d8bd1d811548d3b654
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))