last minute bugfixes
[openwrt-10.03/.git] / openwrt / target / jffs2 / jffs2root.mk
index 5e9380821b8e1a548001b070a61718c086565086..5a0259b27c2c5c8d9a02dee5a262499328a25740 100644 (file)
@@ -44,11 +44,11 @@ jffs2root-dirclean:
        rm -rf $(MTD_DIR)
 
 ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
-TARGETS+=openwrt-image
+TARGETS+=openwrt-jffs2root openwrt-image
 ROOTFS=jffs2
 JFFS2FLAGS=-a $(JFFS2_BLOCK_SIZE)
 
-openwrt-image: openwrt
+openwrt-image: openwrt
        @make jffs2root openwrt-code.bin TAG=W54G \
        EXTRAVERSION=$(EXTRAVERSION)-JFFS2-4M JFFS2_BLOCK_SIZE=0x10000
        @make jffs2root openwrt-code.bin TAG=W54S \