From 947eac1803d631224a9fa6378df3d3409e33be58 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 Jan 2016 18:38:44 +0000 Subject: ramips: do not attempt to build ubnt-erx initramfs image if initramfs support is disabled Signed-off-by: Felix Fietkau SVN-Revision: 48144 --- target/linux/ramips/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 6d4dd64730..e4cbdb6e4f 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -1073,7 +1073,7 @@ define Device/ubnt-erx FILESYSTEMS := squashfs KERNEL_SIZE := 3145728 KERNEL := $(KERNEL_DTB) | uImage lzma - IMAGES := sysupgrade.tar factory-initramfs.tar + IMAGES := sysupgrade.tar $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),factory-initramfs.tar) IMAGE/factory-initramfs.tar := ubnt-erx-factory-compat | \ ubnt-erx-factory-kernel | \ ubnt-erx-factory-rootfs | \ -- cgit v1.2.3