From 02c348116e3ae9302cb93e60244f147abb59f0fd Mon Sep 17 00:00:00 2001
From: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Fri, 21 Jan 2022 10:59:24 +0100
Subject: [PATCH] brcm63xx-arm: image: Fix removing fake modules

Fixes: 49c77292 (brcm63xx-arm: Update fake "bcmlinux" Linux kernel for
5.04L.02p1, 2022-01-20)
---
 iopsys-brcm63xx-arm/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iopsys-brcm63xx-arm/image/Makefile b/iopsys-brcm63xx-arm/image/Makefile
index 2fbafb90a..c36c28911 100644
--- a/iopsys-brcm63xx-arm/image/Makefile
+++ b/iopsys-brcm63xx-arm/image/Makefile
@@ -100,7 +100,7 @@ endif
         # strip out unneeded files.
 
         # this is from our "fake" linux kernel git we use in openwrt
-	rm -rf $(BUILD_DIR_ROOT)/lib/modules/4.19.151-*
+	rm -rf $(BUILD_DIR_ROOT)/lib/modules/4.19.183-*
 endef
 
 define Iopsys/Image/FIT
-- 
GitLab