[openwrt/openwrt] kernel: bump 4.14 to 4.14.266

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 13 14:39:12 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/3b6ce4f634cccf6517dacd4299917acd703c4bc1

commit 3b6ce4f634cccf6517dacd4299917acd703c4bc1
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Feb 13 19:15:03 2022 +0100

    kernel: bump 4.14 to 4.14.266
    
    All patches refreshed automagically without conflicts.
    
    Compile-tested: lantiq/xrx200
    Run-tested: lantiq/xrx200
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 include/kernel-version.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 0fa2fb6b1c..466d3d76d9 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
   KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
 endif
 
-LINUX_VERSION-4.14 = .265
+LINUX_VERSION-4.14 = .266
 
-LINUX_KERNEL_HASH-4.14.265 = 1a643d551d9578005663fcc0ce70bffc43904aa9371d6aa80e0f0584be7892c7
+LINUX_KERNEL_HASH-4.14.266 = 4f0e1377efd969f9117edd06e749415f1d636bc012533df170d46c89f8c7cf58
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))



More information about the lede-commits mailing list