Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/jffs2: Don't select BR2_PACKAGE_MTD | Peter Korsgaard | 2010-02-03 | 1 | -1/+0 |
| | | | | | | 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 erasesize | Kelvin Cheung | 2009-11-22 | 1 | -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 archs | Peter Korsgaard | 2009-04-07 | 1 | -1/+4 |
| | | | | Same logic as in target/Config.in.arch. | ||||
* | target/jffs2: s/Memory Type/Flash Type/ | Peter Korsgaard | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditional | Peter Korsgaard | 2009-04-07 | 1 | -18/+3 |
| | | | | And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2' | ||||
* | target: remove BR2_TARGET_ROOTFS_*_SQUASH options | Peter Korsgaard | 2009-04-07 | 1 | -4/+0 |
| | | | | Everything besides ubifs does an unconditional chown -R 0:0 anyway. | ||||
* | Support large sector NAND flash for JFFS2 | Ulf Samuelsson | 2009-01-12 | 1 | -0/+10 |
| | |||||
* | jffs2: cleanup | Peter Korsgaard | 2008-09-07 | 1 | -7/+3 |
| | | | | | | | | 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 Korsgaard | 2008-07-17 | 1 | -3/+0 |
| | | | | '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 Moffatt | 2008-02-12 | 1 | -0/+7 |
| | | | | improves mount time significantly. | ||||
* | Update JFFS2 page/erase size correctly | Ulf Samuelsson | 2007-10-17 | 1 | -22/+45 |
| | |||||
* | - fix some whitespace damage.. | Bernhard Reutner-Fischer | 2007-10-05 | 1 | -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 dataflash | Ulf Samuelsson | 2007-07-14 | 1 | -13/+36 |
| | |||||
* | s/FAKEROUTE/FAKEROOT/ | Peter Korsgaard | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -0/+1 |
| | |||||
* | - add option to create a jffs2 filesystem in srec format. Thanks to Xride. | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -0/+5 |
| | |||||
* | - fix dependencies | Bernhard Reutner-Fischer | 2007-01-27 | 1 | -0/+2 |
| | |||||
* | - Additional JFFS2 options to support Dataflash (Ulf Samuelsson) | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -3/+22 |
| | | | | - cleanup a bit while at it | ||||
* | - jffs2 requires the mtd package for the mtd-host tools. | Bernhard Reutner-Fischer | 2006-10-06 | 1 | -0/+1 |
| | |||||
* | touchup target menu display | Mike Frysinger | 2005-09-09 | 1 | -1/+1 |
| | |||||
* | Fixup device table location | Eric Andersen | 2005-03-09 | 1 | -15/+10 |
| | |||||
* | menuconfig -> config | Mike Frysinger | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | touchup description to look like all the others | Mike Frysinger | 2005-02-09 | 1 | -2/+1 |
| | |||||
* | Patch from gtj: http://bugs.uclibc.org/view.php?id=40 | Eric Andersen | 2005-01-23 | 1 | -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_fs | Eric Andersen | 2004-10-09 | 1 | -0/+6 |