diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-06-05 20:58:03 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-06-05 20:58:03 +0000 |
commit | 9f7ef8d5f0199f12abfd4b1c50d0bfe8484471d7 (patch) | |
tree | 61616130c04546b9b2186aa5478544752d45e25b /Config.in | |
parent | 29464f136704010ab454730a90d28bf72fc65c20 (diff) | |
download | upstream-9f7ef8d5f0199f12abfd4b1c50d0bfe8484471d7.tar.gz upstream-9f7ef8d5f0199f12abfd4b1c50d0bfe8484471d7.tar.bz2 upstream-9f7ef8d5f0199f12abfd4b1c50d0bfe8484471d7.zip |
target: split jffs2 NAND out of jffs2
Make jffs2_nand a separate option so this can be triggered without forcing
jffs2 images for nor targets.
Adds a new NAND_BLOCKSIZE variable that allows setting the generated layout
in <page_size>:<block_size> pairs.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36860
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -97,6 +97,13 @@ menu "Target Images" help Build a jffs2 root filesystem + config TARGET_ROOTFS_JFFS2_NAND + bool "jffs2 for NAND" + default y if USES_JFFS2_NAND + depends on !TARGET_ROOTFS_INITRAMFS && USES_JFFS2_NAND + help + Build a jffs2 root filesystem for NAND flash + config TARGET_ROOTFS_SQUASHFS bool "squashfs" default y if USES_SQUASHFS |