diff options
author | John Audia <graysky@archlinux.us> | 2021-07-20 12:23:02 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-07-25 13:52:38 +0200 |
commit | d15db2fe4d8108efc5105bb6835da819da318b29 (patch) | |
tree | 21fd205224f155583d78d4c55d643c818b851c11 /include | |
parent | 5408e811b29643e3fd5f2cd227f17263daa45a74 (diff) | |
download | upstream-d15db2fe4d8108efc5105bb6835da819da318b29.tar.gz upstream-d15db2fe4d8108efc5105bb6835da819da318b29.tar.bz2 upstream-d15db2fe4d8108efc5105bb6835da819da318b29.zip |
kernel: bump 5.4 to 5.4.134
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')
-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 6dc4ad6133..0ab7ce31ce 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 = .133 +LINUX_VERSION-5.4 = .134 LINUX_VERSION-5.10 = .52 -LINUX_KERNEL_HASH-5.4.133 = 89a366fbb8784f5bc296c9f3311094e9e4cffeb6dbdf7589168cc032cb950830 +LINUX_KERNEL_HASH-5.4.134 = c9fb861642161c256e10c97c35ccce18831e688d87ead53c18e3226778e05841 LINUX_KERNEL_HASH-5.10.52 = 769e57a0fa218589fa2f8460b8682eb784a72718c7a3d95295f382a77902ae79 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |