From 050772b715acc3a35cd29edfd8c6ccd83b8809d3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 29 Dec 2021 09:16:12 +0000 Subject: [PATCH] core162: fix old kernel cleanup on arm we have removed the -multi after the kernel name but in the update script delete *-multi-* which leftover the arm specific dtb folder and uImages. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/162/update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/core/162/update.sh b/config/rootfiles/core/162/update.sh index 0bceb17cfc..b0d8b31491 100644 --- a/config/rootfiles/core/162/update.sh +++ b/config/rootfiles/core/162/update.sh @@ -77,10 +77,10 @@ rm -rf /boot/config-* rm -rf /boot/ipfirerd-* rm -rf /boot/initramfs-* rm -rf /boot/vmlinuz-* -rm -rf /boot/uImage-*-ipfire-* -rm -rf /boot/zImage-*-ipfire-* -rm -rf /boot/uInit-*-ipfire-* -rm -rf /boot/dtb-*-ipfire-* +rm -rf /boot/uImage-* +rm -rf /boot/zImage-* +rm -rf /boot/uInit-* +rm -rf /boot/dtb-* rm -rf /lib/modules # Remove files -- 2.39.2