diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-14 01:45:29 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-02-14 01:45:29 +0000 |
commit | ea47e25677be730e086655216d0c7ee0b1f1d06d (patch) | |
tree | ee774fc9459e754877679b4ff0b810baee6bfa8d /target/jffs2 | |
parent | 37a1a28a2c7768dbf59c013ea6cecbb4ad858b52 (diff) | |
download | master-187ad058-ea47e25677be730e086655216d0c7ee0b1f1d06d.tar.gz master-187ad058-ea47e25677be730e086655216d0c7ee0b1f1d06d.tar.bz2 master-187ad058-ea47e25677be730e086655216d0c7ee0b1f1d06d.zip |
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/openwrt@246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/jffs2')
-rw-r--r-- | target/jffs2/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/jffs2/Makefile.in b/target/jffs2/Makefile.in index ab8c2a8a52..ad8693c514 100644 --- a/target/jffs2/Makefile.in +++ b/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 |