diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-09-18 21:55:58 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-09-30 22:29:33 +0100 |
commit | 6e7fadb0c7aa1a4cedc6cc72d640f94efb15c127 (patch) | |
tree | 4c15dfe794f8eccdf2091f2da11463d88ceae12e /include | |
parent | 870b10b2941f751027b445a2e9e7b923ebbe0f27 (diff) | |
download | openwrt-6e7fadb0c7aa1a4cedc6cc72d640f94efb15c127.tar.gz openwrt-6e7fadb0c7aa1a4cedc6cc72d640f94efb15c127.tar.bz2 openwrt-6e7fadb0c7aa1a4cedc6cc72d640f94efb15c127.zip |
kernel: bump 5.10 to 5.10.67
Deleted (upstreamed):
bcm27xx/patches-5.10/950-0312-vc4_hdmi-Set-HD_CTL_WHOLSMP-and-HD_CTL_CHALIGN_SET.patch
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
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 bfa6edc680..f2139d6a2d 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .145 -LINUX_VERSION-5.10 = .66 +LINUX_VERSION-5.10 = .67 LINUX_KERNEL_HASH-5.4.145 = 5cf7782ec2e91417edf0d5e6555da6d556962c8985e33ba9e7dadba5cbdc68f9 -LINUX_KERNEL_HASH-5.10.66 = 5dfa06bbbbd164b9ea669ec637b1e6d05fb5fea8ef3aeb6729f2cbcd0dfcc8a7 +LINUX_KERNEL_HASH-5.10.67 = 8c5740aa782593b8fabf9b71c2800182d4fe965adabd3595634113d48cb98a82 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |