Skip to content
Snippets Groups Projects
Verified Commit 7f2d8a71 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: kernel: update to version 4.14.291

+ mention it in NEWS
parent cbc1c2e4
Branches
Tags
No related merge requests found
Pipeline #103675 passed with stage
in 5 minutes and 26 seconds
......@@ -5,6 +5,9 @@
• Fixed collision with libgd
• Fixed collision with vim
📌 Updates
• Kernel to version 4.14.291
5.4.1
-----
......
From 0da12bf45a27ceecf1bbf5575f0b783cea2d6327 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Fri, 13 May 2022 19:20:28 +0200
Subject: [PATCH] kernel: update to version 4.14.280
Subject: [PATCH] kernel: update to version 4.14.291
---
include/kernel-version.mk | 4 ++--
......@@ -16,10 +16,10 @@ index 1d97de0ec0..4a0c1c75ce 100644
endif
-LINUX_VERSION-4.14 = .275
+LINUX_VERSION-4.14 = .290
+LINUX_VERSION-4.14 = .291
-LINUX_KERNEL_HASH-4.14.275 = 100a9960fb2d8e079c9feeef640715a7fb749ed728a57e427f9e2443212e58f9
+LINUX_KERNEL_HASH-4.14.290 = 448aa93a8e41a48ae34543920684a42c259fad78bb7ebb0ba242b9a3525add7f
+LINUX_KERNEL_HASH-4.14.291 = ec93b115e4748e4eead83656486f11e35b515cf5fa19d6d01be3d81f10350796
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment