summaryrefslogtreecommitdiffstats
path: root/target/cpio
Commit message (Collapse)AuthorAgeFilesLines
* - fix some whitespace damage..Bernhard Reutner-Fischer2007-10-052-0/+20
| | | | - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - workaround for broken external toolchainsBernhard Reutner-Fischer2007-08-251-1/+1
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-1/+1
|
* - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGESBernhard Reutner-Fischer2007-08-211-1/+5
| | | | - always error out if ldconfig for the target fails (was inconsistent..)
* Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson2007-08-161-9/+9
|
* Allow compression of cpio targetsUlf Samuelsson2007-08-112-10/+78
|
* Use cross ldconfig instead of host versionPeter Korsgaard2007-08-081-1/+1
|
* s/FAKEROUTE/FAKEROOT/Peter Korsgaard2007-05-031-1/+1
|
* - make sure to download fakeroot if neededBernhard Reutner-Fischer2007-04-061-4/+5
|
* - use numeric values for the superuser to be more portable.Bernhard Reutner-Fischer2007-03-201-1/+1
| | | | Closes #1250
* - do not use TARGET_DEVICE_TABLE if is is emptyBernhard Reutner-Fischer2007-02-151-0/+2
|
* (no commit message)Bernhard Reutner-Fischer2006-11-221-0/+1
|
* - fix indentation, second take :(Bernhard Reutner-Fischer2006-11-221-18/+18
|
* - fix indentationBernhard Reutner-Fischer2006-11-221-1/+1
|
* - add a simple cpio target, to be used with an initramfs.Bernhard Reutner-Fischer2006-11-222-0/+51
Thanks to Goetz Bock