From 705bfe9c93cd8a062cdfe788052836e0532c1d6a Mon Sep 17 00:00:00 2001 From: Fil Date: Sat, 29 Feb 2020 18:22:55 +0100 Subject: [PATCH] Upgrade to kernel v.5.4.23 Signed-off-by: Fil --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 363bedd..7b1afcc 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with PrawnOS. If not, see . -KVER=5.4.22 +KVER=5.4.23 ifeq ($(DEBIAN_SUITE),) DEBIAN_SUITE=buster endif