summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* - +xBernhard Reutner-Fischer2006-12-041-0/+0
* - add generic target. X86 for now, don't fork this but generalize it!Bernhard Reutner-Fischer2006-12-029-0/+3113
* - eventually mount the crap /proc before remounting to make busybox's mount t...Bernhard Reutner-Fischer2006-12-021-1/+1
* - honor uclibc's notion of LFS supportBernhard Reutner-Fischer2006-11-292-0/+38
* - keep the original tarball around.Bernhard Reutner-Fischer2006-11-291-4/+4
* - provide a choice to select the compressor to use for the final rootfs.Bernhard Reutner-Fischer2006-11-292-4/+58
* - use the HOSTCC as set by the user.Bernhard Reutner-Fischer2006-11-291-0/+1
* - fix typo in grub-cleanBernhard Reutner-Fischer2006-11-291-1/+1
* - look at target variants when determining if syslinux is supported or not.Bernhard Reutner-Fischer2006-11-281-0/+17
* - Change LC_ALL=POSIX to LC_ALL=C and remove LANG=C as suggested by vapier.Bernhard Reutner-Fischer2006-11-281-1/+1
* - pass a LC_ALL to du to avoid i18n trouble when calculating the size.Bernhard Reutner-Fischer2006-11-221-1/+1
* (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-223-0/+52
* - bump versionBernhard Reutner-Fischer2006-11-221-1/+1
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-178-8/+16
* - also allow grub for x86_64Bernhard Reutner-Fischer2006-11-172-3/+25
* subversion makes it so we do not need a separate tarballEric Andersen2006-11-1537-11/+34
* bring up to version 3.31Eric Andersen2006-11-141-3/+8
* - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer2006-11-042-0/+14
* update config filesEric Andersen2006-10-172-99/+105
* - jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer2006-10-061-0/+1
* - use the HOSTCC given by the user.Bernhard Reutner-Fischer2006-10-061-1/+1
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...Bernhard Reutner-Fischer2006-10-017-8/+8
* GRUB package is called BR2_TARGET_GRUBPeter Korsgaard2006-09-251-1/+1
* mkfs.jffs2 doesn't like short form of pad option with argPeter Korsgaard2006-08-221-2/+3
* Bump to upstream v3.1Peter Korsgaard2006-08-211-1/+1
* - list defaults for BR2_GNU_TARGET_SUFFIX in help textBernhard Reutner-Fischer2006-07-041-3/+3
* Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monsterEric Andersen2006-07-042-1/+2
* sync target kernel version with realityEric Andersen2006-06-231-1/+1
* fix urlEric Andersen2006-06-231-1/+1
* update config a bitEric Andersen2006-06-231-0/+1
* version bumpEric Andersen2006-06-234-1201/+6388
* Update squashfs patch to v3.0 (2.4.28 kernel)Peter Korsgaard2006-05-242-0/+0
* Bump to upstream v3.0Peter Korsgaard2006-05-241-4/+6
* Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The ...Mike Frysinger2006-04-216-48/+48
* Fix missing /etc/mtab symlinkEric Andersen2006-04-143-0/+0
* Make symlink targets use relative paths per bug 303Eric Andersen2006-04-143-0/+0
* dohEric Andersen2006-04-122-2/+2
* dont use depmod.pl, use cross depmod which I made work properly a while back.Eric Andersen2006-04-126-493/+1098
* try to make sure results actually make it to diskEric Andersen2006-04-111-0/+2
* yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen2006-04-106-90/+52
* accomodate a read only rootfsEric Andersen2006-04-103-0/+30
* As noted by jacmet in bug 824:Eric Andersen2006-04-106-54/+54
* make sure things still work even when fakeroot is not in active useEric Andersen2006-04-076-0/+6
* rework fakeroot handling to avoid races during parallel make causing severalEric Andersen2006-04-077-76/+88
* patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen2006-04-064-0/+120
* update to linux 2.4.16 and current uClibc.Eric Andersen2006-03-2539-630/+1099
* - add optional splashimage supportBernhard Reutner-Fischer2006-03-185-1/+1438