Age | Commit message (Collapse) | Author |
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
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>
|
|
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>
|
|
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>
|
|
Mtd-utils on the target are not a requirement to using jffs2.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
Closes #663
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
Same logic as in target/Config.in.arch.
|
|
|
|
And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
|
|
Everything besides ubifs does an unconditional chown -R 0:0 anyway.
|
|
|
|
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
|
|
'default n' is the default, so there's no need to say it explicitly.
|
|
improves mount time significantly.
|
|
|
|
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
|
|
|
|
|
|
|
|
|
|
|
|
- cleanup a bit while at it
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|