diff options
author | Kuan-Yi Li <kyli@abysm.org> | 2021-05-30 09:58:26 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-30 23:45:49 +0200 |
commit | fc0fd5473895b70497c0f043d16f7fe812677f1f (patch) | |
tree | 5246b1d20a69f27c03be9af435d8783e3354f223 /include | |
parent | 1a41b88803366fdd8eaf773c4a10e41a0e8947db (diff) | |
download | upstream-fc0fd5473895b70497c0f043d16f7fe812677f1f.tar.gz upstream-fc0fd5473895b70497c0f043d16f7fe812677f1f.tar.bz2 upstream-fc0fd5473895b70497c0f043d16f7fe812677f1f.zip |
kernel: bump 5.4 to 5.4.123
Removed because in upstream
generic/pending-5.4/770-02-net-ethernet-mtk_eth_soc-fix-rx-vlan-offload.patch
All others updated automatically.
Runtime-tested on bcm27xx/bcm2711.
Fixes: FS#3085
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
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 b038d2cd85..8ce95b5241 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 = .119 +LINUX_VERSION-5.4 = .123 -LINUX_KERNEL_HASH-5.4.119 = 71e7decf1e8149a8aed88d30df4f2a62a6c6b168111de6b261685ac7c0ecb2a0 +LINUX_KERNEL_HASH-5.4.123 = 8efe33fffb661d14422877b775fb38de373e04ad640f5d0c8f57144ddb1022de remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |