aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-10-20 00:35:22 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-10-20 00:37:51 +0200
commitb4ed8a92751fdcb681117a2cb586054af106c69e (patch)
tree5c8319b402ac1d1d9bc49b8497ef3cbdd35e8cf4 /include
parent43a5bebda1745dbb037746ff39bf900863ab43f3 (diff)
downloadupstream-b4ed8a92751fdcb681117a2cb586054af106c69e.tar.gz
upstream-b4ed8a92751fdcb681117a2cb586054af106c69e.tar.bz2
upstream-b4ed8a92751fdcb681117a2cb586054af106c69e.zip
kernel: bump 5.4 to 5.4.154
Removed upstreamed: generic/backport-5.4/070-v5.5-MIPS-BPF-Restore-MIPS32-cBPF-JIT.patch All others 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')
-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 402136bb26..83bfcd8ff2 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-5.4 = .150
+LINUX_VERSION-5.4 = .154
-LINUX_KERNEL_HASH-5.4.150 = f424a9bbb05007f04c17f96a2e4f041a8001554a9060d2c291606e8a97c62aa2
+LINUX_KERNEL_HASH-5.4.154 = 058994f4666b6b0474a4d5228583e394594e406783b7e93d487c2a66c35f3c06
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))