summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - fix ptr_to_globalsBernhard Reutner-Fischer2007-03-141-0/+11
|
* - s/HOST_SED_TARGET/HOST_SED_BINARY/g for clarityBernhard Reutner-Fischer2007-03-142-5/+5
| | | | - make sure that we have a working sed for the uclibc-menuconfig target
* yet more LDFLAGS handling fixupsEric Andersen2007-03-1426-27/+26
|
* fixup package LDFLAGS handlingEric Andersen2007-03-13124-6/+161
|
* - point to busybox-<version>.configBernhard Reutner-Fischer2007-03-131-1/+1
|
* - fix syntaxBernhard Reutner-Fischer2007-03-121-1/+1
|
* - fixes for bugs introduced with the MacOS10 support (Heikki Lindholm)Bernhard Reutner-Fischer2007-03-102-11/+5
|
* - add homedirBernhard Reutner-Fischer2007-03-092-12/+13
|
* Include a patch for GNU sed that allows building it on Mac OS X andBernhard Reutner-Fischer2007-03-092-10/+33
| | | | remove a spurious --prefix from sed.mk. (Heikki Lindholm)
* Improve the checking of sed by adding some common GNU sed installationBernhard Reutner-Fischer2007-03-093-40/+59
| | | | | | | names (gsed/gnused), checking for a basic OS X sed feature in command line option handling, checking the actual result of the sed run against the expected result, and placing common code for the check under toolchain/dependencies/. (Heikki Lindholm)
* - Default to gzip -d -c since zcat may only support compress'ed filesBernhard Reutner-Fischer2007-03-091-3/+3
| | | | according to SuS. Thanks to Heikki Lindholm for pointing this out.
* - Propagate HOST_SED_DIR to the dependencies script so that it may use theBernhard Reutner-Fischer2007-03-081-1/+3
| | | | local sed build as well (Heikki Lindholm).
* - copy ncurses_dll.h to the target. Fixes a compilation problem seen by ↵Bernhard Reutner-Fischer2007-03-071-0/+1
| | | | Thomas Lundquist
* - some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer2007-03-0710-1/+10
|
* Bump version. Closes #1241, #1243 and #1248Peter Korsgaard2007-03-052-4/+4
|
* update to uClibc 0.9.28.3Eric Andersen2007-02-283-26/+4
|
* tar -t hotfixPeter Korsgaard2007-02-271-0/+76
|
* Set CONFIG_PREFIX for all versionsPeter Korsgaard2007-02-231-9/+2
|
* Bumped versionPeter Korsgaard2007-02-221-1/+1
|
* 0.9.28.2 supportPeter Korsgaard2007-02-222-0/+7
|
* Really propagate BR2_SOFT_FLOAT setting to 0.9.28.1Peter Korsgaard2007-02-202-1/+2
|
* iperf package. Closes #0001224Peter Korsgaard2007-02-163-0/+83
|
* - fix build for the hostBernhard Reutner-Fischer2007-02-161-8/+7
|
* - add runlevel scriptBernhard Reutner-Fischer2007-02-162-0/+28
|
* - just reading the first 9 bytes for the maj:min ought to be enough (TM)Bernhard Reutner-Fischer2007-02-161-0/+13
|
* - add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer2007-02-167-5/+198
|
* - bump to bash 3.2. Thanks to Alexander RigboBernhard Reutner-Fischer2007-02-1627-1487/+775
|
* - provide -source targets for the 3 parts of the split dhcp.Bernhard Reutner-Fischer2007-02-161-0/+4
| | | | Closes #1223. Thanks
* - mention the package that usually provides makeinfoBernhard Reutner-Fischer2007-02-161-1/+2
|
* - busybox provides gzipBernhard Reutner-Fischer2007-02-161-0/+2
|
* - do not use TARGET_DEVICE_TABLE if is is emptyBernhard Reutner-Fischer2007-02-157-1/+19
|
* - preparation for BR2_PACKAGE_BUSYBOX_SKELETONBernhard Reutner-Fischer2007-02-1529-0/+672
| | | | "Use a minimal target skeleton for use with busybox's mdev et al"
* - might make sense not to print ok if it was nakBernhard Reutner-Fischer2007-02-151-1/+2
|
* - warn about missing makeinfo on the host.Bernhard Reutner-Fischer2007-02-151-1/+6
|
* - store the current patches for the kernel part somewhereBernhard Reutner-Fischer2007-02-155-0/+59566
|
* - set some kernel related variables for use by packagesBernhard Reutner-Fischer2007-02-152-2/+9
|
* - uclibc-menuconfig provides a .config but doesn't provide .configuredBernhard Reutner-Fischer2007-02-151-1/+1
|
* - allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkoutBernhard Reutner-Fischer2007-02-153-2/+4
|
* - sched_{s,g}etaffinity depends on the respective syscalls.Bernhard Reutner-Fischer2007-02-141-0/+55
| | | | Noticed while trying to use ancient 2.4.31 kernel-headers from some bug-report
* - gcc-4.1.2 releasedBernhard Reutner-Fischer2007-02-142-8/+1
|
* - backport fix for PR30620Bernhard Reutner-Fischer2007-02-131-0/+12
|
* -2 patch no longer available. Patch by Stefan FeilmeierPeter Korsgaard2007-02-131-1/+1
|
* - revert incorrect parts from sjhill's r17800 and add some more documentation.Bernhard Reutner-Fischer2007-02-122-3/+10
| | | | Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
* 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-124-1/+22
| | | | - 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
|
* - cosmeticsBernhard Reutner-Fischer2007-02-121-1/+1
|
* - bump version as noticed by xrideBernhard Reutner-Fischer2007-02-121-3/+4
|
* - bump version. Closes #1206Bernhard Reutner-Fischer2007-02-111-1/+1
|
* - fix propagation of BR2_SOFT_FLOAT down to uClibcBernhard Reutner-Fischer2007-02-101-1/+1
|