| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
As was, size was calculated right when 'make' was run, at which
point the rootfs may well be empty...
|
|
|
|
|
| |
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
0000039: Adds options to ext2 filesystem creation
Adds ability to specify block and inode counts, reserved blocks, permissions
squash and device table in the configuration.
Also adds capability to gzip output and to copy the resulting image to a
secondary location like a tftp server's root directory.
|
|
|
|
|
| |
http://cvs.sourceforge.net/viewcvs.py/genext2fs/
which includes my device table stuff
|
|
|
|
|
|
|
| |
genextfs has
one error that the macosx ld program detects -- this
is the duplicate -o option
|
| |
|
| |
|
| |
|
| |
|
|
|