From 4227b19d9dc9b0d3f1e933c20c4c664a43da4275 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 17:52:02 +0000 Subject: [PATCH] flash-images: Don't mess with depmod This file could not be created anyways as the directory did not exist. Signed-off-by: Michael Tremer --- lfs/flash-images | 2 -- 1 file changed, 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 367dc149a..fceff9e53 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -145,8 +145,6 @@ endif # Create mount points $(call CREATE_MOUNTPOINTS,$(MNThdd)) - -touch $(MNThdd)/lib/modules/$(KVER)-ipfire/modules.dep - mount --bind /proc $(MNThdd)/proc mount --bind /dev $(MNThdd)/dev mount --bind /sys $(MNThdd)/sys -- 2.39.5