summaryrefslogtreecommitdiffstats
path: root/target/jffs2/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Move all filesystem generation code to fs/Thomas Petazzoni2010-04-091-117/+0Star
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jffs2: convert to ROOTFS_TARGET infrastructureThomas Petazzoni2010-04-091-4/+0Star
| | | | | | | We also remove the BR2_TARGET_ROOTFS_JFFS2_OUTPUT option, that could be used to specify an alternate name for the generated image file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* target/: remove the COPYTO messThomas Petazzoni2010-04-091-6/+0Star
| | | | | | | There's no need to provide options to copy the filesystem image after the build. Just use 'cp' outside of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* target/jffs2: cleanupThomas Petazzoni2010-04-091-1/+0Star
| | | | | | | Remove the code to build host MTD utils, since they can now be built using package/mtd. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* target/jffs2: Don't select BR2_PACKAGE_MTDPeter Korsgaard2010-02-031-1/+0Star
| | | | | | Mtd-utils on the target are not a requirement to using jffs2. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/jffs2: add support for nand flash with 512B page / 16 kB erasesizeKelvin Cheung2009-11-221-0/+7
| | | | | | | Closes #663 Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/jffs2: default to big endian format for big endian archsPeter Korsgaard2009-04-071-1/+4
| | | | Same logic as in target/Config.in.arch.
* target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard2009-04-071-1/+1
|
* target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard2009-04-071-18/+3Star
| | | | And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
* target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard2009-04-071-4/+0Star
| | | | Everything besides ubifs does an unconditional chown -R 0:0 anyway.
* Support large sector NAND flash for JFFS2Ulf Samuelsson2009-01-121-0/+10
|
* jffs2: cleanupPeter Korsgaard2008-09-071-7/+3Star
| | | | | | | | 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
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Add support for summarising JFFS2 images. With support in the kernel this ↵Hamish Moffatt2008-02-121-0/+7
| | | | improves mount time significantly.
* Update JFFS2 page/erase size correctlyUlf Samuelsson2007-10-181-22/+45
|
* - fix some whitespace damage..Bernhard Reutner-Fischer2007-10-051-5/+5
| | | | - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
* Correct JFFS2 Erase Size for AT45 dataflashUlf Samuelsson2007-07-141-13/+36
|
* s/FAKEROUTE/FAKEROOT/Peter Korsgaard2007-05-031-1/+1
|
* - make sure to download fakeroot if neededBernhard Reutner-Fischer2007-04-061-0/+1
|
* - add option to create a jffs2 filesystem in srec format. Thanks to Xride.Bernhard Reutner-Fischer2007-03-261-0/+5
|
* - fix dependenciesBernhard Reutner-Fischer2007-01-281-0/+2
|
* - Additional JFFS2 options to support Dataflash (Ulf Samuelsson)Bernhard Reutner-Fischer2007-01-251-3/+22
| | | | - cleanup a bit while at it
* - jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer2006-10-061-0/+1
|
* touchup target menu displayMike Frysinger2005-09-091-1/+1
|
* Fixup device table locationEric Andersen2005-03-091-15/+10Star
|
* menuconfig -> configMike Frysinger2005-02-101-1/+1
|
* touchup description to look like all the othersMike Frysinger2005-02-091-2/+1Star
|
* Patch from gtj: http://bugs.uclibc.org/view.php?id=40Eric Andersen2005-01-231-2/+56
| | | | | | | | | | | | | | | | | | | | 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.
* Fix it so we once again build the target root_fsEric Andersen2004-10-091-0/+6