Browse Source

ramips: fix legacy initramfs images

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
358cd6d9eb
1 changed files with 1 additions and 0 deletions
  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