summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* -2 patch no longer available. Patch by Stefan FeilmeierPeter Korsgaard2007-02-131-1/+1
|
* Additional 1.4.1 patchesPeter Korsgaard2007-02-122-0/+85
|
* - add cc-option and use it to check for stuff that is benefical for PREFER_IMABernhard Reutner-Fischer2007-02-121-1/+1
| | | | - backport the libbackend.o gcov-iov.h dependency fixup from 4.2 to 4.0
* - update patch for 0.0.14.1. Thanks to Alexander Rigbo.Bernhard Reutner-Fischer2007-02-123-88/+65
|
* - bump version as noticed by xrideBernhard Reutner-Fischer2007-02-121-3/+4
|
* - bump version. Closes #1206Bernhard Reutner-Fischer2007-02-111-1/+1
|
* - swap order of include paths. Closes #1205 and #1182Bernhard Reutner-Fischer2007-02-091-1/+1
|
* Fix building of strace for MIPS."Steven J. Hill"2007-02-071-0/+12
|
* Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"2007-02-061-1/+20
| | | | and all other comments to <biteme@devnull.com>.
* Fix building of gettext/libintl when using an external toolchain."Steven J. Hill"2007-02-063-0/+41
|
* When cleaning, get rid of the binary from the filesystem area too."Steven J. Hill"2007-02-061-0/+1
|
* Satisfy dependency."Steven J. Hill"2007-02-061-0/+1
|
* Wrong sign dufus."Steven J. Hill"2007-02-061-1/+1
|
* Made _DIR/_SOURCE/_SITE common for all non-snapshot versionsPeter Korsgaard2007-02-061-15/+4
|
* v1.0.1 tarball is called busybox-1.01Peter Korsgaard2007-02-061-1/+1
|
* CONFIG_PREFIX hack (r17670) no longer neededPeter Korsgaard2007-02-061-1/+1
|
* hide busybox version selector if disabledPeter Korsgaard2007-02-061-0/+1
|
* busybox 1.4.1 supportPeter Korsgaard2007-02-064-0/+715
|
* - resurrect cvs. Closes #1199Bernhard Reutner-Fischer2007-02-063-11/+51
| | | | - bump version
* - add setserial packageBernhard Reutner-Fischer2007-02-063-0/+77
|
* Make certain the sqlite libs are actually installed in the targetEric Andersen2007-02-051-1/+1
|
* - the $(XSERVER) target can be provided by different X server impls. Adjust ↵Bernhard Reutner-Fischer2007-02-0410-17/+25
| | | | | | users - rdesktop needs an xserver impl
* - minor tweak to naming of microperl module list in the configBernhard Reutner-Fischer2007-02-041-1/+1
|
* - account for some more possibly unavailable syscallsBernhard Reutner-Fischer2007-02-041-0/+47
|
* - avoid spurious rebuilds. Thanks to janlana, closes #1191Bernhard Reutner-Fischer2007-02-041-7/+7
| | | | - provide a syslinux-source target while at it
* bump versionEric Andersen2007-02-031-2/+1
|
* new patch versionEric Andersen2007-02-031-1/+1
|
* grumble grumble. fontconfig's fc-lang is broken upstream andEric Andersen2007-02-031-0/+51
| | | | | doesn't understand how to deal with trailing whitespace... So I had to whip up this patch to bludgeon it into submission.
* new stable upstream versionEric Andersen2007-02-031-1/+1
|
* - there is something wrong in the new buildsys: If one selects ip and has ↵Bernhard Reutner-Fischer2007-02-021-0/+59
| | | | | | e..g rule or route unset, ip still wants to build those. This fails (correctly) since rtnl_rttable_n2a and rtnl_rtrealm_n2a aren't available if they were turned off. TODO: Talk to vda about this
* 0.9.25.1 release moved to Old. Reported by Jack RobinsonPeter Korsgaard2007-02-021-1/+1
|
* bump versionEric Andersen2007-02-012-12/+1
|
* bump versionEric Andersen2007-02-011-1/+1
|
* - the generic x86 busybox config is ment for current busybox trunkBernhard Reutner-Fischer2007-02-011-1/+1
|
* - add a layer 2 tunneling protocol packageBernhard Reutner-Fischer2007-01-317-0/+3066
|
* - fix patch application. Use busybox-$(VER)-\*.patch for versions and ↵Bernhard Reutner-Fischer2007-01-311-3/+7
| | | | busybox.\*.patch for snapshot
* - remove the '"install uClibc headers in the target filesystem" without a ↵Bernhard Reutner-Fischer2007-01-311-1/+0
| | | | native compiler' option.
* - explicitely pass the configured $(DISABLE_LFS) in. Also set --disable-big-coreBernhard Reutner-Fischer2007-01-301-2/+3
|
* - make absolutely sure that we are not trying to go into jobserver mode for ↵Bernhard Reutner-Fischer2007-01-301-2/+5
| | | | MAKE1
* busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIXPeter Korsgaard2007-01-301-1/+1
|
* busybox 1.4.0 support filesPeter Korsgaard2007-01-306-0/+924
|
* Busybox 1.4.0 supportPeter Korsgaard2007-01-302-1/+12
|
* - it misses Carp/Heavy.pm but is unable to diagnose this fact and just ↵Bernhard Reutner-Fischer2007-01-291-1/+1
| | | | | | throws "unknown error". Now automake at least fails with an explicit error..
* - start populating perl stuff into the rootfs to make automake workBernhard Reutner-Fischer2007-01-292-3/+22
|
* - bump version and make it behave of LFS is offBernhard Reutner-Fischer2007-01-296-30/+864
|
* bump versionPeter Korsgaard2007-01-291-1/+1
|
* - make fontconfig a little bit saner. It still tries to use the target stuff ↵Bernhard Reutner-Fischer2007-01-293-3/+362
| | | | to create the binaries intended to run on the host, but this is a first step
* - bump versionBernhard Reutner-Fischer2007-01-291-3/+3
|
* - ironically, autoconf-2.61 is broken for parallel builds, force -j1Bernhard Reutner-Fischer2007-01-291-3/+3
|
* - update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer2007-01-292-2/+2
|