summaryrefslogtreecommitdiff
path: root/target/tar/Config.in
AgeCommit message (Collapse)Author
2010-04-09Move all filesystem generation code to fs/Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09target/: remove the COPYTO messThomas Petazzoni
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>
2010-04-09target/tar: cleanupThomas Petazzoni
Remove dependency on BR2_HOST_FAKEROOT. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-10-05- fix some whitespace damage..Bernhard Reutner-Fischer
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
2007-05-03s/FAKEROUTE/FAKEROOT/Peter Korsgaard
2007-04-06- make sure to download fakeroot if neededBernhard Reutner-Fischer
2006-11-29- provide a choice to select the compressor to use for the final rootfs.Bernhard Reutner-Fischer
Closes #1014
2005-09-09touchup target menu displayMike Frysinger
2005-02-09Fix broken config menuEric Andersen
2005-02-09allow users to generate tarballs of the target filesystemMike Frysinger