From 4e6052e9376f401027b81372ff9597d69d452b0f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 28 Jul 2021 22:42:51 +0200 Subject: [PATCH] kernel: update to 5.10.54 Signed-off-by: Arne Fitzenreiter --- lfs/linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/linux b/lfs/linux index 1a776d2681..9c76ae363e 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 5.10.53 -ARM_PATCHES = 5.10.53-ipfire0 +VER = 5.10.54 +ARM_PATCHES = 5.10.54-ipfire0 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -77,7 +77,7 @@ objects =$(DL_FILE) \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz -$(DL_FILE)_MD5 = 545f1a722983b852465da361955a5ec8 +$(DL_FILE)_MD5 = dcc7ba7c24faebb93d77d5b7661f3581 arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 8344fdeb190912cf32482dc6d51fba31 install : $(TARGET) -- 2.39.5