summaryrefslogtreecommitdiff
path: root/target/ext2
AgeCommit message (Collapse)Author
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-02-10menuconfig -> configMike Frysinger
2005-02-09touchupsMike Frysinger
2005-01-23Patch from gtj -- http://bugs.uclibc.org/view.php?id=39Eric Andersen
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.
2004-12-27Update to latest CVS version of genext2fsEric Andersen
http://cvs.sourceforge.net/viewcvs.py/genext2fs/ which includes my device table stuff
2004-12-22Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in ↵Mike Frysinger
genextfs has one error that the macosx ld program detects -- this is the duplicate -o option
2004-10-27use fs type as file extensionTim Riker
2004-10-09Fix it so we once again build the target root_fsEric Andersen
2004-10-09Remove references to the obsolete SOURCE_DIREric Andersen
2004-10-09facelift step number twoEric Andersen