diff options
Diffstat (limited to 'openwrt/target/jffs2')
-rw-r--r-- | openwrt/target/jffs2/Makefile.in | 2 |
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 |