this change is needed to get rootfs build before trying to make an image of it.
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Feb 2005 01:45:29 +0000 (01:45 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Feb 2005 01:45:29 +0000 (01:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@246 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/default/Makefile.in
target/jffs2/Makefile.in
target/squashfs/Makefile.in

index ab8c2a8..ad8693c 100644 (file)
@@ -1,4 +1,4 @@
 ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
-TARGETS+=jffs2root openwrt-image-jffs2
+TARGETS+=jffs2root openwrt-image
 ROOTFS=jffs2
 endif
index 14b7f74..cba5c30 100644 (file)
@@ -1,4 +1,4 @@
 ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
-TARGETS+=squashfsroot
+TARGETS+=squashfsroot openwrt-image
 ROOTFS=squashfs
 endif