From 5cfb2f794f603475b82a545356df2ba58a3b1176 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 5 Oct 2007 12:55:40 +0000 Subject: - fix some whitespace damage.. - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf --- target/jffs2/Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/jffs2') diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in index 35fa4987d..268c1916f 100644 --- a/target/jffs2/Config.in +++ b/target/jffs2/Config.in @@ -49,7 +49,7 @@ config BR2_TARGET_ROOTFS_JFFS2_EBSIZE default 0x2100 config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER - bool "Do not use Cleanmarker" + bool "Do not use Cleanmarker" depends on BR2_TARGET_ROOTFS_JFFS2 default n help @@ -79,17 +79,17 @@ choice config BR2_TARGET_ROOTFS_JFFS2_LE bool "little-endian" - depends on BR2_TARGET_ROOTFS_JFFS2 + depends on BR2_TARGET_ROOTFS_JFFS2 config BR2_TARGET_ROOTFS_JFFS2_BE bool "big-endian" - depends on BR2_TARGET_ROOTFS_JFFS2 + depends on BR2_TARGET_ROOTFS_JFFS2 endchoice config BR2_TARGET_ROOTFS_JFFS2_SQUASH bool "Make all files be owned by root" - depends on BR2_TARGET_ROOTFS_JFFS2 + depends on BR2_TARGET_ROOTFS_JFFS2 config BR2_TARGET_ROOTFS_JFFS2_OUTPUT string "Output File" @@ -98,7 +98,7 @@ config BR2_TARGET_ROOTFS_JFFS2_OUTPUT config BR2_TARGET_ROOTFS_JFFS2_COPYTO string "also copy the image to..." - depends on BR2_TARGET_ROOTFS_JFFS2 + depends on BR2_TARGET_ROOTFS_JFFS2 default "" help Copies the resulting image to a secondary location. -- cgit v1.2.3