summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - update from grub_0.95+cvs20040624 to 0.97.Bernhard Reutner-Fischer2006-03-101-3/+3
| | | | The former didn't even build for me, the latter does.
* add linux-2.4.32 kernel support for the q5 board per case 0000715David Anders2006-02-109-20/+621
|
* add the amd au1500 based q5 board per case 0000374David Anders2006-01-2542-0/+4124
|
* add cloop as a new file system image type per case 0000151David Anders2006-01-254-0/+134
|
* added the soekris net4801 target per case 0000613David Anders2006-01-238-2/+1842
|
* arm/*/*.mk does not exist, maybe it does not fail with this, else prpplague, ↵Peter S. Mazinger2006-01-211-1/+1
| | | | please provide at least an empty file
* fix kernel build from bug report 0000476David Anders2006-01-201-1/+1
|
* add arm target sub-dirDavid Anders2006-01-201-0/+1
|
* fixed includes for arch sub-dirsDavid Anders2006-01-203-0/+5
|
* add Sharp LH79520 based LNode80 targetDavid Anders2006-01-1929-0/+105473
|
* - fix check for group and user (untested..)Bernhard Reutner-Fischer2005-12-211-2/+2
|
* - use HOSTCC instead of hardcoded compiler which may or may not be available.Bernhard Reutner-Fischer2005-12-211-1/+1
|
* - remove doublequotes from rootfs tar optionsBernhard Reutner-Fischer2005-12-101-2/+2
| | | | busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
* - correct help text for development system.Bernhard Reutner-Fischer2005-11-251-1/+1
|
* dropbear config has been renamedMike Frysinger2005-11-151-1/+1
|
* Well that was stupid. It seems we were carrying about two copies of pre-builtEric Andersen2005-11-042-0/+0
| | | | binary terminfo stuff, which is supposed to be built by ncurses at compile time.