summaryrefslogtreecommitdiffstats
path: root/openwrt/target/jffs2
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-14 01:45:29 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-14 01:45:29 +0000
commit19f6f4f00d933cc5e81f0b147f1914972b21f105 (patch)
tree8cca428cca8e6b365f5bb8ce6c900296defd6cf9 /openwrt/target/jffs2
parentfb748bc494d08e42f581181032cbb65b76e17ea7 (diff)
this change is needed to get rootfs build before trying to make an image of it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/jffs2')
-rw-r--r--openwrt/target/jffs2/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/jffs2/Makefile.in b/openwrt/target/jffs2/Makefile.in
index ab8c2a8a5..ad8693c51 100644
--- a/openwrt/target/jffs2/Makefile.in
+++ b/openwrt/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