summaryrefslogtreecommitdiff
path: root/target/jffs2/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-10 00:16:01 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-09 11:04:35 +0200
commitbd36a7273a6fa2d21589a1ab6e99bb231e0e868e (patch)
treec4dd32ca535175a44b6c432ca9712482fbfc720f /target/jffs2/Config.in
parent208d06abf9e3e36d87042c8dc6fe4a6f1e0d9575 (diff)
jffs2: convert to ROOTFS_TARGET infrastructure
We also remove the BR2_TARGET_ROOTFS_JFFS2_OUTPUT option, that could be used to specify an alternate name for the generated image file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r--target/jffs2/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in
index a216a27f0..b787ec9d1 100644
--- a/target/jffs2/Config.in
+++ b/target/jffs2/Config.in
@@ -114,8 +114,4 @@ config BR2_TARGET_ROOTFS_JFFS2_SUMMARY
A summarised image can be mounted faster if support is
enabled in the kernel (CONFIG_JFFS2_SUMMARY)
-config BR2_TARGET_ROOTFS_JFFS2_OUTPUT
- string "Output File"
- default "$(IMAGE).jffs2"
-
endif