Browse Source

ramips: fix legacy initramfs images

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 năm trước cách đây
mục cha
commit
358cd6d9eb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      target/linux/ramips/image/Makefile

+ 1 - 0
target/linux/ramips/image/Makefile

@@ -300,6 +300,7 @@ define Image/Build
 endef
 
 define Image/Build/Profile
+	$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(call Image/Build/Profile/$(1),initramfs))
 	$(call Image/Build/Profile/$(1),$(2))
 endef