diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 12:55:40 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-05 12:55:40 +0000 |
commit | 5cfb2f794f603475b82a545356df2ba58a3b1176 (patch) | |
tree | 2cd488dc164d313aef7e039d41b6adecdbab967c /target/jffs2/Config.in | |
parent | 0c16c17f539ccbc91d4dd1ea5168e7beb390fa5d (diff) | |
download | buildroot-novena-5cfb2f794f603475b82a545356df2ba58a3b1176.tar.gz buildroot-novena-5cfb2f794f603475b82a545356df2ba58a3b1176.zip |
- fix some whitespace damage..
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r-- | target/jffs2/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
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. |