summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)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 ↵Bernhard Reutner-Fischer2006-12-021-1/+1
| | | | that incorrectly may rely on /proc work.
* - 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
| | | | Closes #1014
* - 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
| | | | Closes #637
* - 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
| | | | Fixes #1044
* (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
| | | | Thanks to Goetz Bock
* - 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
| | | | - bump version
* subversion makes it so we do not need a separate tarballEric Andersen2006-11-1537-11/+34
| | | | to store empty directories and symlinks for the target_skeleton.
* 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
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* 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
| | | | - fix a few typos
* Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monsterEric Andersen2006-07-042-1/+2
| | | | and should NOT be enabled by default.
* 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
| | | | Untested as I don't have the hw, but the patch applies cleanly.
* Bump to upstream v3.0Peter Korsgaard2006-05-241-4/+6
| | | | | Notice that this uses a new NON-compatible filesystem format, so you need the v3.0 kernel patch to access it!
* Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The ↵Mike Frysinger2006-04-216-48/+48
| | | | correct syntax is actually $(VAR_NAME)
* 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
| | | | Apply latest stable kernel patch
* 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
| | | | as it seems to sometimes lose values logged during from earlier invocations.
* accomodate a read only rootfsEric Andersen2006-04-103-0/+30
|
* As noted by jacmet in bug 824:Eric Andersen2006-04-106-54/+54
| | | | | | | | | | | | | svn 14777 seems to have broken cramfs/squashfs/tarroot. The problem is that $(IMAGE) is the absolute path of the image including directories, so the build tries to access $(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't exist. The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir $(IMAGE).<extension>) instead.
* 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
| | | | fakeroot instances stomping eachother's temp files.
* 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
|