From: Felix Fietkau Date: Wed, 13 Jul 2016 16:34:52 +0000 (+0200) Subject: ar71xx: fix build error when initramfs is disabled X-Git-Tag: v17.01.0-rc1~2080 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=70cf8c304851f58c8411c8053954cdefcf9f234a ar71xx: fix build error when initramfs is disabled Signed-off-by: Felix Fietkau --- diff --git a/target/linux/ar71xx/image/legacy.mk b/target/linux/ar71xx/image/legacy.mk index 680dece15b..b9a7f13cae 100644 --- a/target/linux/ar71xx/image/legacy.mk +++ b/target/linux/ar71xx/image/legacy.mk @@ -1156,7 +1156,7 @@ endef define Image/Build/Profile $(call Image/Build/Profile/$(1),buildkernel) - $(call Image/Build/Profile/$(1),initramfs) + $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(call Image/Build/Profile/$(1),initramfs)) $(call Image/Build/Profile/$(1),$(2)) endef