diff options
author | John Audia <graysky@archlinux.us> | 2021-06-23 02:59:39 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-06-26 12:45:42 +0200 |
commit | 697e80d12b776f424448bded5e4ed3a06517ddfc (patch) | |
tree | eb03322d6a4839e8bb8e8a149efb15f756ce84f0 /include/kernel-version.mk | |
parent | b92794f4d02ebace7726fa7a6951e18186b48066 (diff) | |
download | upstream-697e80d12b776f424448bded5e4ed3a06517ddfc.tar.gz upstream-697e80d12b776f424448bded5e4ed3a06517ddfc.tar.bz2 upstream-697e80d12b776f424448bded5e4ed3a06517ddfc.zip |
kernel: bump 5.4 to 5.4.125
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'include/kernel-version.mk')
-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 fdf18c4ce0..4bd243663c 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 = .124 +LINUX_VERSION-5.4 = .125 LINUX_VERSION-5.10 = .46 -LINUX_KERNEL_HASH-5.4.124 = f7f29dda2b042d7b5986d18274413131cf70e17288c05e9a683df1f46c507d82 +LINUX_KERNEL_HASH-5.4.125 = 17ee750a4aeb1c883d721e730d1f7e2855124585e2f47766864a1359a7ebe33c LINUX_KERNEL_HASH-5.10.46 = 569122a39c6b325befb9ac1c07da0c53e6363b3baacd82081d131b06c1dc1415 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |