this change is needed to get rootfs build before trying to make an image of it.
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Mon, 14 Feb 2005 01:45:29 +0000 (01:45 +0000)
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Mon, 14 Feb 2005 01:45:29 +0000 (01:45 +0000)
SVN-Revision: 246

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

index 872750df415d0f1ca1fe75775b8f04e081e01b84..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-TARGETS+=openwrt-image
index ab8c2a8a520109efa17c5ba2c55b9283a7e3775a..ad8693c514902b6e91f69559cf520743119e84db 100644 (file)
@@ -1,4 +1,4 @@
 ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
 ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
-TARGETS+=jffs2root openwrt-image-jffs2
+TARGETS+=jffs2root openwrt-image
 ROOTFS=jffs2
 endif
 ROOTFS=jffs2
 endif
index 14b7f74db0349f50aa0833df198fc5bcbaa80f45..cba5c3009d0fcf8c30aa793fde03d738987b3016 100644 (file)
@@ -1,4 +1,4 @@
 ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
 ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
-TARGETS+=squashfsroot
+TARGETS+=squashfsroot openwrt-image
 ROOTFS=squashfs
 endif
 ROOTFS=squashfs
 endif