diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-27 20:59:44 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-28 19:09:17 +0100 |
commit | 32c74552b2310531af593ee0f859a3935a3a7cbd (patch) | |
tree | aeb837d705ab8556336ca7cfe98a9e01f985d5d0 /include | |
parent | a8ad881b830fe00bd2036c281693849d8f45c91a (diff) | |
download | upstream-32c74552b2310531af593ee0f859a3935a3a7cbd.tar.gz upstream-32c74552b2310531af593ee0f859a3935a3a7cbd.tar.bz2 upstream-32c74552b2310531af593ee0f859a3935a3a7cbd.zip |
kernel: bump 5.4 to 5.4.168
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')
-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 ecb2857263..f8da54f606 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 = .163 +LINUX_VERSION-5.4 = .168 -LINUX_KERNEL_HASH-5.4.163 = 6246fe1776d83039d71f74eb839f38ebdec23e1b37a7bf76f3bce13cbf0290be +LINUX_KERNEL_HASH-5.4.168 = ecb79ac4d465623560a6da31e3b0a0cf3fbb7c09e9ba88f06567436757191181 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |