]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
flash-images: Don't mess with depmod
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 17:52:02 +0000 (17:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:20 +0000 (15:21 +0000)
This file could not be created anyways as the directory did not exist.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/flash-images

index 367dc149afdfdd8b0a87fb6912f9739a68ef8101..fceff9e53c7586c08b246d4e2b1174b84e1cbc44 100644 (file)
@@ -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