summaryrefslogtreecommitdiff
path: root/target/jffs2/Config.in
AgeCommit message (Collapse)Author
2009-04-07target/jffs2: default to big endian format for big endian archsPeter Korsgaard
Same logic as in target/Config.in.arch.
2009-04-07target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard
2009-04-07target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard
And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
2009-04-07target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard
Everything besides ubifs does an unconditional chown -R 0:0 anyway.
2009-01-12Support large sector NAND flash for JFFS2Ulf Samuelsson
2008-09-07jffs2: cleanupPeter Korsgaard
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
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-02-12Add support for summarising JFFS2 images. With support in the kernel this ↵Hamish Moffatt
improves mount time significantly.
2007-10-17Update JFFS2 page/erase size correctlyUlf Samuelsson
2007-10-05- fix some whitespace damage..Bernhard Reutner-Fischer
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
2007-07-14Correct JFFS2 Erase Size for AT45 dataflashUlf Samuelsson
2007-05-03s/FAKEROUTE/FAKEROOT/Peter Korsgaard
2007-04-06- make sure to download fakeroot if neededBernhard Reutner-Fischer
2007-03-26- add option to create a jffs2 filesystem in srec format. Thanks to Xride.Bernhard Reutner-Fischer
2007-01-27- fix dependenciesBernhard Reutner-Fischer
2007-01-24- Additional JFFS2 options to support Dataflash (Ulf Samuelsson)Bernhard Reutner-Fischer
- cleanup a bit while at it
2006-10-06- jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer
2005-09-09touchup target menu displayMike Frysinger
2005-03-09Fixup device table locationEric Andersen
2005-02-10menuconfig -> configMike Frysinger
2005-02-09touchup description to look like all the othersMike Frysinger
2005-01-23Patch from gtj: http://bugs.uclibc.org/view.php?id=40Eric Andersen
0000040: Adds options to jffs2 filesystem creation Brings jffs2 up to the 20041007 build level so it will compile with both 2.4 and 2.6 kernels. Adds ability to specify eraseblock and pad sizes, permissions squash, big/little endian and device table in the configuration. Also adds capability to copy the resulting image to a secondary location like a tftp server's root directory. mtd.patch adds capabilities of the previously attached patch plus allows you to compile a version of the utilities to run on the target system. So now there's a set of config options under package to compile the utils for distribution to the target and a set of config options under target to create a jffs2 filesystem.
2004-10-09Fix it so we once again build the target root_fsEric Andersen