Jelajahi Sumber

image: fix build issue with per-device rootfs and legacy devices

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 tahun lalu
induk
melakukan
14488469d5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      include/image-legacy.mk

+ 1 - 1
include/image-legacy.mk

@@ -65,7 +65,7 @@ define LegacyDevice/Build
   ifndef IB
     ifdef CONFIG_TARGET_PER_DEVICE_ROOTFS
       ROOTFS/$(1) := $(foreach fs,$(TARGET_FILESYSTEMS), \
-        $(KDIR)/root.$(fs)$$(strip $(if $(CONFIG_TARGET_PER_DEVICE_ROOTFS),+pkg=$$(ROOTFS_ID/$(1))))
+        $(KDIR)/root.$(fs)$$(strip $(if $(CONFIG_TARGET_PER_DEVICE_ROOTFS),+pkg=$$(ROOTFS_ID/$(1)))) \
       )
 
       $$(ROOTFS/$(1)): target-dir-$$(ROOTFS_ID/$(1))