Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-05 | Add support for ARM EABI. | Paul Mundt | |
2006-06-05 | Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU. | Paul Mundt | |
Also update the uClibc config for some of the recent target and CPU variant additions. | |||
2006-06-05 | Split the target suffix out as a config option, for the few cases where | Paul Mundt | |
we have to use a different one. | |||
2006-05-30 | GCC 4.1.1 support (notice: not yet on ibiblio) | Peter Korsgaard | |
2006-05-30 | Don't error on clean without unpack | Peter Korsgaard | |
2006-05-30 | libstc++ requires large file support | Peter Korsgaard | |
2006-05-30 | Download using ftp instead of http from ftp sites | Peter Korsgaard | |
2006-05-26 | s/dependancies/dependencies/ | Mike Frysinger | |
2006-05-24 | Update squashfs patch to v3.0 (2.4.28 kernel) | Peter Korsgaard | |
Untested as I don't have the hw, but the patch applies cleanly. | |||
2006-05-24 | Bump to upstream v3.0 | Peter Korsgaard | |
Notice that this uses a new NON-compatible filesystem format, so you need the v3.0 kernel patch to access it! | |||
2006-05-24 | Bump to upstream v1.2.10 and remove sdl-config symlink generation | Peter Korsgaard | |
2006-05-24 | added patch to fix progname per case 0000879 | David Anders | |
2006-05-24 | changed the installation prefixes for target | David Anders | |
2006-05-18 | Bump to upstream v1.1.3 | Peter Korsgaard | |
2006-05-02 | Add some finer grained dependancy checking. Check that | Eric Andersen | |
make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed. | |||
2006-04-29 | 0000858: Not finding ntp sources | Peter Korsgaard | |
Fixed source URL | |||
2006-04-29 | fix by hootsmon to make sure the includes are found properly #855 | Mike Frysinger | |
2006-04-28 | Bump rsync package to 2.6.8 | Peter Korsgaard | |
Closes 0000859. | |||
2006-04-28 | 0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernel | Peter Korsgaard | |
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. | |||
2006-04-28 | 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead of | Peter Korsgaard | |
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. | |||
2006-04-28 | 0000856: Not finding ethtool sources | Peter Korsgaard | |
Fixed download URL | |||
2006-04-21 | Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The ↵ | Mike Frysinger | |
correct syntax is actually $(VAR_NAME) | |||
2006-04-20 | dont override CC | Mike Frysinger | |
2006-04-19 | fix up coreutils build | Eric Andersen | |
2006-04-19 | dont check for the non-existant define 'HAVE_TIME_R_POSIX' | Eric Andersen | |
2006-04-19 | version bump | Eric Andersen | |
2006-04-19 | teach newer fakeroot to not build docs | Eric Andersen | |
2006-04-19 | bump version | Eric Andersen | |
2006-04-19 | when copying, be forceful about it to gratuitously overwrite symlinks | Eric Andersen | |
2006-04-17 | remove reference to "releases" | Mike Frysinger | |
2006-04-15 | syntax/comment touchups | Mike Frysinger | |
2006-04-15 | no longer needed | Mike Frysinger | |
2006-04-15 | version bump to 394 | Mike Frysinger | |
2006-04-15 | version bump to 2.4.1 | Mike Frysinger | |
2006-04-15 | version bump to 1.5.22 | Mike Frysinger | |
2006-04-15 | version bump to 4.17 | Mike Frysinger | |
2006-04-15 | version bump to 1.3.5 | Mike Frysinger | |
2006-04-15 | version bump to 5.94 | Mike Frysinger | |
2006-04-15 | version bump to 3.81 | Mike Frysinger | |
2006-04-15 | fix patch to work with -p1 | Mike Frysinger | |
2006-04-15 | some more upstream patches | Mike Frysinger | |
2006-04-15 | some more upstream patches | Mike Frysinger | |
2006-04-14 | sync thread stuff with config.in as pointed out by mjn3 | Mike Frysinger | |
2006-04-14 | cut out pointless hunks | Mike Frysinger | |
2006-04-14 | Fix missing /etc/mtab symlink | Eric Andersen | |
2006-04-14 | Browsing to the ccache web page http://ccache.samba.org/ | Eric Andersen | |
they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something. | |||
2006-04-14 | 664: bind package update: akvadrako writes: | Eric Andersen | |
This patch consists of: (1) bind version bump (2) removing some X-compiling build fixes merged upstream (3) removing the bind-dlopen patch: not of general enough use (4) remove the package/bind/bind9 file - it isn't used (5) Use $(STAGING_DIR)/lib instead of $(STAGING_DIR)/usr/lib (6) Fix chroot'ed bind handling by init script | |||
2006-04-14 | Make symlink targets use relative paths per bug 303 | Eric Andersen | |
2006-04-14 | 829: Bump distcc package to 2.18.3 | Eric Andersen | |
2006-04-14 | 830: Bump nano package to v1.3.11 | Eric Andersen | |