diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-26 10:31:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-26 10:31:56 +0000 |
commit | 48b3e0c94f54a7d48df5caa85769099875b4bae6 (patch) | |
tree | 08a03e3a88ee71a532346553d10c553975ae7d8c /target/jffs2/Config.in | |
parent | d458e7574628224d69f75794a2bee5254626119f (diff) | |
download | buildroot-novena-48b3e0c94f54a7d48df5caa85769099875b4bae6.tar.gz buildroot-novena-48b3e0c94f54a7d48df5caa85769099875b4bae6.zip |
- add option to create a jffs2 filesystem in srec format. Thanks to Xride.
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r-- | target/jffs2/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in index fec5faa65..c7c8e9f0c 100644 --- a/target/jffs2/Config.in +++ b/target/jffs2/Config.in @@ -32,6 +32,11 @@ config BR2_TARGET_ROOTFS_JFFS2_EBSIZE depends on BR2_TARGET_ROOTFS_JFFS2 default 0x20000 +config BR2_JFFS2_TARGET_SREC + bool "RootFS in SREC file formet" + depends on BR2_TARGET_ROOTFS_JFFS2 + default n + config BR2_TARGET_ROOTFS_JFFS2_PAD bool "Pad output" depends on BR2_TARGET_ROOTFS_JFFS2 |