summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-20 13:42:32 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-20 13:42:32 +0200
commit39f80a8766f17f05681a8ab35f494a4f8041e353 (patch)
tree1f93f456972e23d1c02c623c528824c6619b83c4
parentfa96374e06c608e396fc8eb69c4690884b846d54 (diff)
downloadembtoolkit-39f80a8766f17f05681a8ab35f494a4f8041e353.tar.gz
embtoolkit-39f80a8766f17f05681a8ab35f494a4f8041e353.tar.bz2
embtoolkit-39f80a8766f17f05681a8ab35f494a4f8041e353.tar.xz
Rootfs: give users ability to choose build of jffs2 image
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/packages.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig
index e3ad01f..9a6aa17 100644
--- a/kconfig/packages.kconfig
+++ b/kconfig/packages.kconfig
@@ -30,6 +30,12 @@ if EMBTK_ROOTFS_HAVE_BB
source packages/busybox/busybox.kconfig
endif
+#JFFS2 root filesystem image build
+config EMBTK_ROOTFS_HAVE_JFFS2
+ bool "Build a JFFS2 root filesystem image"
+ help
+ Build a JFFS2 root filesystem image for your target
+
#mtd-utils on target
config EMBTK_ROOTFS_HAVE_MTDUTILS
bool "Have mtd-utils in your target root filesystem"