summaryrefslogtreecommitdiffstats
path: root/target/cpio/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - fix some whitespace damage..Bernhard Reutner-Fischer2007-10-051-0/+9
| | | | - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
* Allow compression of cpio targetsUlf Samuelsson2007-08-111-0/+35
|
* s/FAKEROUTE/FAKEROOT/Peter Korsgaard2007-05-031-1/+1
|
* - make sure to download fakeroot if neededBernhard Reutner-Fischer2007-04-061-4/+5
|
* - add a simple cpio target, to be used with an initramfs.Bernhard Reutner-Fischer2006-11-221-0/+6
Thanks to Goetz Bock