From: Felix Fietkau Date: Sat, 3 Sep 2016 08:40:11 +0000 (+0200) Subject: ramips: fix legacy initramfs images X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=358cd6d9eb70297f0eccb731829562f34fc0857d ramips: fix legacy initramfs images Signed-off-by: Felix Fietkau --- diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index ef30c79a4e..7b53a2f744 100644 --- a/target/linux/ramips/image/Makefile +++ b/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