diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-12 04:08:12 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-12 04:08:12 +0000 |
commit | 4c8ec5eb4c4c3551ec5fa65f3bc6e68a950550ac (patch) | |
tree | f5767e5c75ddfb3e8e7803752f5c0c013b85e877 /target/jffs2/Makefile.in | |
parent | 5ef5c44cfc1671df3b08c197454f7d2c9ca8c4d5 (diff) |
when I will understand the buildsystem?
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/jffs2/Makefile.in')
-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 0db315cc2..1da4903ee 100644 --- a/target/jffs2/Makefile.in +++ b/target/jffs2/Makefile.in @@ -1,3 +1,3 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y) -TARGETS+=jffs2root openwrt-image +TARGETS+=jffs2root openwrt-image-jffs2 endif |