summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen2006-06-2316-26/+30
| | | | based on a patch from Fu Yunhui
* support linking with xgotEric Andersen2006-06-232-0/+12
|
* version bumpEric Andersen2006-06-234-1201/+6388
|
* version bumpEric Andersen2006-06-231-1/+1
|
* minor tweakEric Andersen2006-06-231-2/+2
|
* patch from John Gatewood Ham, add lsofEric Andersen2006-06-233-0/+61
|
* patch from John Gatewood Ham, add hdparmEric Andersen2006-06-233-0/+56
|
* The newer versions of GCC no longer need this patch."Steven J. Hill"2006-06-223-60/+0
|
* Add temporary patch to remove usage of 'bcopy' until upgrading to the next ↵"Steven J. Hill"2006-06-221-0/+24
| | | | snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch.
* Resolves Bug #182 for buildroot. It works nice to pull in default"Steven J. Hill"2006-06-221-1/+6
| | | | | configuration files for targets. More information on the bug database page at <http://bugs.uclibc.org/view.php?id=182>.
* scrub patchMike Frysinger2006-06-211-66/+44
|
* some fixes from GentooMike Frysinger2006-06-211-7/+11
|
* version bump to 6.5Mike Frysinger2006-06-215-0/+159
|
* use $(CONFIG_UPDATE) instead of noting the issueMike Frysinger2006-06-211-4/+2
|
* version bump 2.16.94Mike Frysinger2006-06-158-0/+427
|
* cut 2.16.91.0.3 and 2.16.91.0.4Mike Frysinger2006-06-1015-1057/+0
|
* merge 2.17.50.0.2Mike Frysinger2006-06-108-0/+427
|
* add 2.16.93 (2.17 prerelease)Mike Frysinger2006-06-108-1/+427
|
* Add ARM EABI patch for gcc 4.1.1 too.Paul Mundt2006-06-061-0/+27
|
* Fix Bug #897 preventing the building of 'sudo' for architectures other than x86."Steven J. Hill"2006-06-062-63/+85
|
* Add support for ARM EABI.Paul Mundt2006-06-057-0/+233
|
* Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.Paul Mundt2006-06-053-3/+17
| | | | | | Also update the uClibc config for some of the recent target and CPU variant additions.
* Split the target suffix out as a config option, for the few cases wherePaul Mundt2006-06-052-3/+16
| | | | | we have to use a different one.
* GCC 4.1.1 support (notice: not yet on ibiblio)Peter Korsgaard2006-05-3011-0/+4026
|
* Don't error on clean without unpackPeter Korsgaard2006-05-301-3/+9
|
* libstc++ requires large file supportPeter Korsgaard2006-05-301-0/+1
|
* Download using ftp instead of http from ftp sitesPeter Korsgaard2006-05-301-6/+6
|
* s/dependancies/dependencies/Mike Frysinger2006-05-264-11/+11
|
* 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!
* Bump to upstream v1.2.10 and remove sdl-config symlink generationPeter Korsgaard2006-05-241-3/+1
|
* added patch to fix progname per case 0000879David Anders2006-05-241-0/+1
|
* changed the installation prefixes for targetDavid Anders2006-05-241-1/+13
|
* Bump to upstream v1.1.3Peter Korsgaard2006-05-181-1/+1
|
* Add some finer grained dependancy checking. Check thatEric Andersen2006-05-023-19/+155
| | | | | make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed.
* 0000858: Not finding ntp sourcesPeter Korsgaard2006-04-291-1/+1
| | | | Fixed source URL
* fix by hootsmon to make sure the includes are found properly #855Mike Frysinger2006-04-291-0/+1
|
* Bump rsync package to 2.6.8Peter Korsgaard2006-04-281-1/+1
| | | | Closes 0000859.
* 0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernelPeter Korsgaard2006-04-281-0/+12
| | | | | | | definition. The struct i2c_msg definition in linux-libc-headers-2.6.12.0 has two extra members not present in the kernel definition causing all kinds of problems. This patch fixes that.
* 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead ofPeter Korsgaard2006-04-281-3/+3
| | | | | | | | | | | LINUX_VERSION. Use LINUX_HEADERS_VERSION instead of LINUX_VERSION as that variable is used for the actual kernel version used which might be different than the headers version. E.G. LINUX_VERSION is set in the target/device/* files. If this version doesn't match the selected kernel headers version the patches won't be applied.
* 0000856: Not finding ethtool sourcesPeter Korsgaard2006-04-281-1/+1
| | | | Fixed download URL
* 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)
* dont override CCMike Frysinger2006-04-202-12/+1
|
* fix up coreutils buildEric Andersen2006-04-192-2/+3
|
* dont check for the non-existant define 'HAVE_TIME_R_POSIX'Eric Andersen2006-04-191-0/+11
|
* version bumpEric Andersen2006-04-191-2/+2
|
* teach newer fakeroot to not build docsEric Andersen2006-04-192-1/+23
|
* bump versionEric Andersen2006-04-191-1/+1
|
* when copying, be forceful about it to gratuitously overwrite symlinksEric Andersen2006-04-191-1/+1
|
* remove reference to "releases"Mike Frysinger2006-04-171-3/+0
|