diff options
author | John Audia <graysky@archlinux.us> | 2021-05-21 06:29:01 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-23 15:09:06 +0200 |
commit | fec92f1ec3d200b0e6ffa299f331a979c7a30a44 (patch) | |
tree | 1dd43556417007b0dc1e7e65a84acdea069b4662 /include | |
parent | 08593db128c4472225a7ffd58e21f06390d9c3f0 (diff) | |
download | upstream-fec92f1ec3d200b0e6ffa299f331a979c7a30a44.tar.gz upstream-fec92f1ec3d200b0e6ffa299f331a979c7a30a44.tar.bz2 upstream-fec92f1ec3d200b0e6ffa299f331a979c7a30a44.zip |
kernel: bump 5.4 to 5.4.120
Removed upstreamed:
generic/pending-5.4/770-02-net-ethernet-mtk_eth_soc-fix-rx-vlan-offload.patch
All other patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Note that since I rebased the previous commit, I removed my Run-tested line
although I confirm building the image successfully.
Signed-off-by: John Audia <graysky@archlinux.us>
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 14b0f27ad5..80b2567ed6 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,10 +6,10 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-5.4 = .119 +LINUX_VERSION-5.4 = .120 LINUX_VERSION-5.10 = .39 -LINUX_KERNEL_HASH-5.4.119 = 71e7decf1e8149a8aed88d30df4f2a62a6c6b168111de6b261685ac7c0ecb2a0 +LINUX_KERNEL_HASH-5.4.120 = 38d0373c69d001a66c4b8c1b8df453d193eb38b46b6fa0d02560262ab0c10860 LINUX_KERNEL_HASH-5.10.39 = 5738a515ca97853481767360c568eae46c8d777d98a69e018a3299baa6b3f614 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |