summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update URL. Thanks to Ulrich Hecht.Bernhard Reutner-Fischer2006-12-151-1/+1
|
* - Thomas Lundquist added bsdiffBernhard Reutner-Fischer2006-12-152-0/+62
|
* - Only care about the locale stuff if we have locale in the first place.Bernhard Reutner-Fischer2006-12-151-2/+9
|
* - remove unused variableBernhard Reutner-Fischer2006-12-151-1/+0
|
* - add config option to specify modules to be copied to the target.Bernhard Reutner-Fischer2006-12-152-7/+32
|
* - forgot to add the cross patch.Bernhard Reutner-Fischer2006-12-141-0/+44
|
* - Ulrich Hecht writes: The current mpg123 packageBernhard Reutner-Fischer2006-12-141-1/+10
| | | | | | - ignores TARGET_CC (overwritten in Makefile) - ignores TARGET_CFLAGS - is hardcoded to use the i386 target
* - update the ext2 rootfs compression mechanism to allow for gzip, bzip2, ↵Bernhard Reutner-Fischer2006-12-142-21/+54
| | | | lzma or none
* - bump versionBernhard Reutner-Fischer2006-12-141-1/+6
|
* - eventually let configure check our cross-compiler. nil the checks otherwise.Bernhard Reutner-Fischer2006-12-141-1/+4
|
* - remove usage of SUSv3 legacy functions.Bernhard Reutner-Fischer2006-12-142-4/+23
|
* - update path. Closes #896.Bernhard Reutner-Fischer2006-12-141-1/+1
|
* Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and ↵Bernhard Reutner-Fischer2006-12-141-1/+9
| | | | | | copies it from there instead of downloading it again for every uClibc build.
* - prerequisites are evaluated immediately, so move the dl rule down below ↵Bernhard Reutner-Fischer2006-12-141-3/+2
| | | | setting the respective variables. Thanks to whirm for noticing this.
* - pass the correct compiler inBernhard Reutner-Fischer2006-12-141-0/+1
|
* - Add skeleton for vsftpd, an FTP daemon.Bernhard Reutner-Fischer2006-12-143-0/+95
| | | | sysdeputil needs treatment, perhaps it get's Claudio Leonel started
* - small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the ↵Bernhard Reutner-Fischer2006-12-142-20/+31
| | | | | | target. - minor adjustments.
* iptables seems to not be safe for 'make -jN' for any N>1Eric Andersen2006-12-141-4/+4
|
* don't error out when asm-generic is absentEric Andersen2006-12-141-6/+12
|
* - convert mudflap to non-legacy SUSv3Bernhard Reutner-Fischer2006-12-131-0/+49
|
* - Pass the correct compiler when building the target binutils.Bernhard Reutner-Fischer2006-12-131-0/+1
|
* - Convince lsof to honor uClibc's notion of wchar and locale support.Bernhard Reutner-Fischer2006-12-131-0/+7
|
* - make sure to agree on the installation CONFIG_PREFIXBernhard Reutner-Fischer2006-12-132-1/+3
|
* - remove BR2_PACKAGE_BUSYBOX_CONFIG from here since we already have a ↵Bernhard Reutner-Fischer2006-12-131-2/+0
| | | | default for it in busybox/Config.in
* - fix typo.Bernhard Reutner-Fischer2006-12-131-2/+2
|
* - Thomas Lundquist added qtopia4 support. Untested.Bernhard Reutner-Fischer2006-12-133-0/+332
|
* - Add libgmp-host and libmpfr-host support. I'll need this for fortran support.Bernhard Reutner-Fischer2006-12-132-1/+67
|
* - Build binutils with sysroot support.Bernhard Reutner-Fischer2006-12-131-1/+3
|
* - pass the correct CC down to gcc-version.shBernhard Reutner-Fischer2006-12-131-1/+3
|
* - sh[234][[:alnum:]]* -> shBernhard Reutner-Fischer2006-12-131-1/+2
|
* bump version as old version has gone missingEric Andersen2006-12-131-2/+2
|
* bump versionEric Andersen2006-12-131-1/+1
|
* stupid typoEric Andersen2006-12-131-1/+1
|
* install include/asm-generic if it is presentEric Andersen2006-12-131-0/+6
|
* use a more sensible naming schemeEric Andersen2006-12-132-1/+1
|
* Patch in the version agnostic fix_includes in the older uClibc 0.9.28Eric Andersen2006-12-131-23/+316
|
* another typoEric Andersen2006-12-131-1/+2
|
* oops, typoEric Andersen2006-12-131-17/+17
|
* make this target currentEric Andersen2006-12-1312-6746/+107
|
* use the correct depmod for linux26Eric Andersen2006-12-131-1/+1
|
* renameEric Andersen2006-12-131-0/+0
|
* endianness is handled elsewhereEric Andersen2006-12-131-13/+1
|
* rework the default x86 targetEric Andersen2006-12-134-128/+88
|
* update ordering, automagically handle x86 subtypesEric Andersen2006-12-131-10/+43
|
* split things up so this is not an unreadable messEric Andersen2006-12-134-202/+236
|
* update pathsEric Andersen2006-12-131-4/+5
|
* - spelling fixBernhard Reutner-Fischer2006-12-131-5/+5
|
* update busybox defaults a bitEric Andersen2006-12-133-295/+454
|
* - add libraw1394, thanks to Lars MunchBernhard Reutner-Fischer2006-12-133-0/+72
|
* - andersee, please use ZCAT / BZCAT as configured by the user.Bernhard Reutner-Fischer2006-12-135-5/+5
| | | | (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..