Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the new device directory | Eric Andersen | 2005-02-17 | 7 | -1/+29 |
| | |||||
* | cleanup whitespace | Eric Andersen | 2005-02-16 | 1 | -5/+5 |
| | |||||
* | doh. The first hunk of my patch was redundant | Eric Andersen | 2005-02-15 | 1 | -9/+0 |
| | |||||
* | Fix it so that owners and permissions specified in device table | Eric Andersen | 2005-02-15 | 1 | -0/+22 |
| | | | | entires are not squashed. | ||||
* | We need to calculate filesystem size right when we run genext2fs. | Eric Andersen | 2005-02-12 | 1 | -22/+24 |
| | | | | | As was, size was calculated right when 'make' was run, at which point the rootfs may well be empty... | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 10 | -17/+41 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | menuconfig -> config | Mike Frysinger | 2005-02-10 | 2 | -2/+2 |
| | |||||
* | Fix broken config menu | Eric Andersen | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | touchup description to look like all the others | Mike Frysinger | 2005-02-09 | 1 | -2/+1 |
| | |||||
* | allow users to generate tarballs of the target filesystem | Mike Frysinger | 2005-02-09 | 4 | -3/+43 |
| | |||||
* | touchups | Mike Frysinger | 2005-02-09 | 1 | -6/+3 |
| | |||||
* | add URL for more info | Mike Frysinger | 2005-02-09 | 1 | -0/+1 |
| | |||||
* | Patch from gtj: http://bugs.uclibc.org/view.php?id=40 | Eric Andersen | 2005-01-23 | 2 | -29/+102 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Patch from gtj -- http://bugs.uclibc.org/view.php?id=39 | Eric Andersen | 2005-01-23 | 2 | -5/+100 |
| | | | | | | | | | | 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. | ||||
* | Update to latest CVS version of genext2fs | Eric Andersen | 2004-12-27 | 2 | -598/+7859 |
| | | | | | http://cvs.sourceforge.net/viewcvs.py/genext2fs/ which includes my device table stuff | ||||
* | Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in ↵ | Mike Frysinger | 2004-12-22 | 1 | -1/+1 |
| | | | | | | | genextfs has one error that the macosx ld program detects -- this is the duplicate -o option | ||||
* | use fs type as file extension | Tim Riker | 2004-10-27 | 4 | -4/+4 |
| | |||||
* | Fix it so we once again build the target root_fs | Eric Andersen | 2004-10-09 | 2 | -0/+9 |
| | |||||
* | Fix it so we once again build the target root_fs | Eric Andersen | 2004-10-09 | 6 | -1/+22 |
| | |||||
* | Remove references to the obsolete SOURCE_DIR | Eric Andersen | 2004-10-09 | 4 | -11/+9 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 50 | -0/+4904 |