From 48b3e0c94f54a7d48df5caa85769099875b4bae6 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 26 Mar 2007 10:31:56 +0000 Subject: - add option to create a jffs2 filesystem in srec format. Thanks to Xride. --- target/jffs2/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/jffs2/Config.in') 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 -- cgit v1.2.3