From ce30d74893c436e163633635831453944f370499 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 31 Mar 2024 10:49:46 +0200 Subject: [PATCH] kernel: update to 6.6.23 Signed-off-by: Arne Fitzenreiter --- config/kernel/kernel.config.x86_64-ipfire | 2 +- lfs/linux | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 319aa2eff..9f7abd58f 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.6.22-ipfire Kernel Configuration +# Linux/x86 6.6.23-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y diff --git a/lfs/linux b/lfs/linux index 369e94dc1..9383a3296 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ include Config -VER = 6.6.22 +VER = 6.6.23 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -72,7 +72,7 @@ objects = \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cea542524dbaea79c27e602b3e0534b5b95243ded95abdcab48f7ab1daf5f6de7231b24d2bc42e52fa27f98be9237534fb92f27ff1ba847df72e363b6147d3ab +$(DL_FILE)_BLAKE2 = b00e2c084f9d7a4fcda0a9404fd897ca1fc90d660dd1063d699c8ec612c6a35c494ce14c91f458a1f77f2a70ce6612e019e5fc553b571ee669b5070f97841a02 install : $(TARGET) -- 2.39.2