diff options
author | John Audia <graysky@archlinux.us> | 2021-05-07 08:51:44 -0400 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-05-09 09:15:44 +0200 |
commit | da16b801a32a53ba4315d8cc67b7ac0deb7ff4c0 (patch) | |
tree | 187ebe26a03df72c08e65d688632d72878988680 /include/kernel-version.mk | |
parent | e1adb1fa39dd5ef97280ad1b2bb9e8ff4c43674f (diff) | |
download | upstream-da16b801a32a53ba4315d8cc67b7ac0deb7ff4c0.tar.gz upstream-da16b801a32a53ba4315d8cc67b7ac0deb7ff4c0.tar.bz2 upstream-da16b801a32a53ba4315d8cc67b7ac0deb7ff4c0.zip |
kernel: bump 5.4 to 5.4.117
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/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 5b003e31a0..f343716e01 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 = .116 +LINUX_VERSION-5.4 = .117 LINUX_VERSION-5.10 = .33 -LINUX_KERNEL_HASH-5.4.116 = fa8bce778c23a2c5be36e5b5b5005bcfd4ac3df8a90999e9e64189634bbbc9aa +LINUX_KERNEL_HASH-5.4.117 = 4e989b5775830092e5c76b5cca65ebff862ad0c87d0b58c3a20d415c3d4ec770 LINUX_KERNEL_HASH-5.10.33 = 933fdbc36371c0f830b7a6a957a559fca2dad1cc0eaa852ef42fb168185b4315 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |