summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-09-17 15:27:04 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-09-17 16:52:02 +0200
commit8e5de897691a359d849fe97a7e235537f4f9cc14 (patch)
treed4e744a61ec4d6eb06ebde0e57590505806dc8bb /include
parent44ce70f0e209c12cc9548d5fa60890997a2707f2 (diff)
downloadopenwrt-8e5de897691a359d849fe97a7e235537f4f9cc14.tar.gz
openwrt-8e5de897691a359d849fe97a7e235537f4f9cc14.tar.bz2
openwrt-8e5de897691a359d849fe97a7e235537f4f9cc14.zip
kernel: bump 5.4 to 5.4.213
Manually adapted: layerscape/patches-5.4/820-usb-0009-usb-dwc3-Add-workaround-for-host-mode-VBUS-glitch-wh.patch Compile-tested: x86/64 Run-tested: x86/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 789896dd7d..6d9eba5ee3 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 = .211
+LINUX_VERSION-5.4 = .213
-LINUX_KERNEL_HASH-5.4.211 = bfb43241b72cd55797af68bea1cebe630d37664c0f9a99b6e9263a63a67e2dec
+LINUX_KERNEL_HASH-5.4.213 = e67ce168477e580375a80f3caef16819a85b15faa2d382adc6df18a62ad6baf1
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))