summaryrefslogtreecommitdiffstats
path: root/target/jffs2/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-09-07 16:31:39 +0200
committerPeter Korsgaard2008-09-07 16:31:39 +0200
commit8a00a1ac65548187fcb4ce14d1daac597c80a683 (patch)
treed4b96b3aecb717f7cd97bb20e989c89d63620f2e /target/jffs2/Config.in
parentmysql_client: fix paths (diff)
downloadbuildroot-8a00a1ac65548187fcb4ce14d1daac597c80a683.tar.gz
buildroot-8a00a1ac65548187fcb4ce14d1daac597c80a683.tar.xz
buildroot-8a00a1ac65548187fcb4ce14d1daac597c80a683.zip
jffs2: cleanup
Patch by Markus Heidelberg <markus.heidelberg@web.de> * remove needless help in invisible config options * correct wrong indenting * remove unused BR2 variables for default pagesize and devfile
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r--target/jffs2/Config.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in
index e30754bc7..23503a93d 100644
--- a/target/jffs2/Config.in
+++ b/target/jffs2/Config.in
@@ -56,8 +56,6 @@ config BR2_TARGET_ROOTFS_JFFS2_PAGESIZE
default 0x1000 if BR2_TARGET_ROOTFS_JFFS2_FLASH_128
default 0x1000 if BR2_TARGET_ROOTFS_JFFS2_FLASH_64
default $(BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE) if BR2_TARGET_ROOTFS_JFFS2_CUSTOM
- help
- Set to pagesize of memory
config BR2_TARGET_ROOTFS_JFFS2_EBSIZE
hex
@@ -67,8 +65,6 @@ config BR2_TARGET_ROOTFS_JFFS2_EBSIZE
default 0x20000 if BR2_TARGET_ROOTFS_JFFS2_FLASH_128
default 0x10000 if BR2_TARGET_ROOTFS_JFFS2_FLASH_64
default $(BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE) if BR2_TARGET_ROOTFS_JFFS2_CUSTOM
- help
- Set to Erase Size of memory
config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER
bool "Do not use Cleanmarker"
@@ -114,9 +110,9 @@ config BR2_TARGET_ROOTFS_JFFS2_SQUASH
config BR2_TARGET_ROOTFS_JFFS2_SUMMARY
bool "Produce a summarized JFFS2 image"
depends on BR2_TARGET_ROOTFS_JFFS2
- help
- A summarised image can be mounted faster if support is
- enabled in the kernel (CONFIG_JFFS2_SUMMARY)
+ help
+ 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"