Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all filesystem generation code to fs/ | Thomas Petazzoni | 2010-04-09 | 1 | -47/+0 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | target/: remove the COPYTO mess | Thomas Petazzoni | 2010-04-09 | 1 | -11/+0 |
| | | | | | | | 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> | ||||
* | target/tar: cleanup | Thomas Petazzoni | 2010-04-09 | 1 | -1/+0 |
| | | | | | | Remove dependency on BR2_HOST_FAKEROOT. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | - fix some whitespace damage.. | Bernhard Reutner-Fischer | 2007-10-05 | 1 | -0/+10 |
| | | | | - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf | ||||
* | 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 |
| | |||||
* | - provide a choice to select the compressor to use for the final rootfs. | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -4/+39 |
| | | | | Closes #1014 | ||||
* | touchup target menu display | Mike Frysinger | 2005-09-09 | 1 | -1/+1 |
| | |||||
* | Fix broken config menu | Eric Andersen | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | allow users to generate tarballs of the target filesystem | Mike Frysinger | 2005-02-09 | 1 | -0/+14 |