diff options
author | John Audia <graysky@archlinux.us> | 2021-08-04 07:55:58 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-08 17:57:34 +0200 |
commit | 3c0a26b43a2947d22cd907fde0e551273d56b121 (patch) | |
tree | 812acf604fea428604f7bc0df1e237e47018ca03 /include | |
parent | 33e84e70ef6d0dd81ce0533f0c0495f9acc86ca9 (diff) | |
download | upstream-3c0a26b43a2947d22cd907fde0e551273d56b121.tar.gz upstream-3c0a26b43a2947d22cd907fde0e551273d56b121.tar.bz2 upstream-3c0a26b43a2947d22cd907fde0e551273d56b121.zip |
kernel: bump 5.4 to 5.4.138
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
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 54e10af9a3..3ef1aba6c3 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 = .137 +LINUX_VERSION-5.4 = .138 LINUX_VERSION-5.10 = .56 -LINUX_KERNEL_HASH-5.4.137 = f09e5e366ce5d8bde887cda229ef17138fd1653706a702221f934f99aaa31f7c +LINUX_KERNEL_HASH-5.4.138 = a43957727a54e5e1035d7372a1e64203ae8e3060c52a3816916157967f9a8657 LINUX_KERNEL_HASH-5.10.56 = 4d6a0d5f9c50fa44890e0b61e1fb63f6efe6be448ceddfe1ad7c0cbd2890ec6b remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |