aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/default/Makefile.in1
-rw-r--r--target/jffs2/Makefile.in2
-rw-r--r--target/squashfs/Makefile.in2
3 files changed, 2 insertions, 3 deletions
diff --git a/target/default/Makefile.in b/target/default/Makefile.in
index 872750df41..e69de29bb2 100644
--- a/target/default/Makefile.in
+++ b/target/default/Makefile.in
@@ -1 +0,0 @@
-TARGETS+=openwrt-image
diff --git a/target/jffs2/Makefile.in b/target/jffs2/Makefile.in
index ab8c2a8a52..ad8693c514 100644
--- a/target/jffs2/Makefile.in
+++ b/target/jffs2/Makefile.in
@@ -1,4 +1,4 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
-TARGETS+=jffs2root openwrt-image-jffs2
+TARGETS+=jffs2root openwrt-image
ROOTFS=jffs2
endif
diff --git a/target/squashfs/Makefile.in b/target/squashfs/Makefile.in
index 14b7f74db0..cba5c3009d 100644
--- a/target/squashfs/Makefile.in
+++ b/target/squashfs/Makefile.in
@@ -1,4 +1,4 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
-TARGETS+=squashfsroot
+TARGETS+=squashfsroot openwrt-image
ROOTFS=squashfs
endif