From 78f038f00fd9c6dfac0657c87275443f20583197 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 1 Jul 2021 18:01:29 +0200 Subject: [PATCH] kernel: update to 5.10.47 Signed-off-by: Arne Fitzenreiter --- lfs/linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/linux b/lfs/linux index 6942f39573..f1237dbd91 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 5.10.46 -ARM_PATCHES = 5.10.46-ipfire0 +VER = 5.10.47 +ARM_PATCHES = 5.10.47-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 = 38ad744241074e0c02f3152364988785 +$(DL_FILE)_MD5 = cb6a98b89db3357997318c6a8fc58032 arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 1b66be2d80c102c6c1963e9f601e5099 install : $(TARGET) -- 2.39.5