Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-16 | Fix libglib2 build when LIBICONV is selected, clean up versioning | Ulf Samuelsson | |
2009-01-16 | docs/download.html: cleanup and mention releases | Peter Korsgaard | |
2009-01-16 | docs/news.html: announce 2009.02-rc1 | Peter Korsgaard | |
2009-01-16 | buildroot: bump version for release | Peter Korsgaard | |
2009-01-16 | toolchain/uClibc: mark 0.9.29 as recent | Peter Korsgaard | |
2009-01-16 | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | |
2009-01-16 | toolchain/gcc: default to 4.3.2 for !AVR32 | Peter Korsgaard | |
2009-01-16 | package: remove tinylogin | Peter Korsgaard | |
It's ancient and upstream is gone, people should just use the login stuff in busybox instead. | |||
2009-01-16 | xerces: tarball moved to archive.apache.org | Peter Korsgaard | |
2009-01-16 | quagga: tarball moved to attic/ subdir | Peter Korsgaard | |
2009-01-16 | openswan: tarball moved to old/ subdir | Peter Korsgaard | |
2009-01-16 | package/mpfr: fix make source-check/external-deps issue | Peter Korsgaard | |
2009-01-16 | package/dm: fix DOWNLOAD fallout | Peter Korsgaard | |
2009-01-16 | DOWNLOAD: don't use := assignment for function implementation | Peter Korsgaard | |
:= causes the function parameters to get evaluated at definition time instead of implementation time, which is kind of silly for a function. Fixes make source-check / external-deps | |||
2009-01-16 | buildroot: convert remaining WGET users to DOWNLOAD helper | Peter Korsgaard | |
2009-01-16 | target/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-16 | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-16 | buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper | Peter Korsgaard | |
This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/ | |||
2009-01-16 | BR2_PRIMARY_SITE: move to Mirrors and Download locations menu | Peter Korsgaard | |
2009-01-16 | Makefile: update copyright | Peter Korsgaard | |
2009-01-16 | package/freetype/freetype.mk: Fix editing of freetype-config | Daniel Laird | |
Found that the editing of freetypr-config was not quite enough. Changed it and looked at freetype-config --cflags, --libs and got the values I expected. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-15 | Update kernel snapshot version | Ulf Samuelsson | |
2009-01-15 | Update package buildscript | Ulf Samuelsson | |
2009-01-15 | Makefile: implement make release | Peter Korsgaard | |
2009-01-15 | docs/developer.html: People should ask on the list for commit access | Peter Korsgaard | |
2009-01-15 | docs/copyright.txt: update year, add buildroot developers | Peter Korsgaard | |
2009-01-15 | docs/about.html: new maintainer | Peter Korsgaard | |
2009-01-15 | docs/footer.html: ask people to mail the list instead of Erik | Peter Korsgaard | |
And update the year while we're at it. | |||
2009-01-15 | docs/README: ask people to mail the list instead of Erik | Peter Korsgaard | |
2009-01-15 | BR2_BANNER: set to 'Welcome to Buildroot' | Peter Korsgaard | |
Seems a bit more sensible as default. | |||
2009-01-15 | kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecated | Peter Korsgaard | |
2009-01-15 | kernel-headers: default to 2.6.28 | Peter Korsgaard | |
2009-01-15 | kernel-headers: bump 2.6.27 version | Peter Korsgaard | |
2009-01-15 | Always create shared python library, if python is created, needed by ↵ | Ulf Samuelsson | |
multiple packages | |||
2009-01-14 | Make acpid patch depend on VERSION | Ulf Samuelsson | |
2009-01-14 | Change TTCP_BUILD_DIR to TTCP_DIR | Ulf Samuelsson | |
2009-01-14 | Kismet needs dbus to build | Ulf Samuelsson | |
2009-01-14 | Bump vpnc version and remove build of man pages, which breaks when cross ↵ | Ulf Samuelsson | |
compiling | |||
2009-01-14 | libeXosip2 is dependent on libosip2 | Ulf Samuelsson | |
2009-01-14 | Update deprecated bmove to memmove in ttcp | Ulf Samuelsson | |
2009-01-14 | Force use of HOST_GLIB instead of /usr/bin for libgtk2 | Ulf Samuelsson | |
2009-01-14 | Update deprecated bcopy,bcmp,bzero to mem* in mrouted | Ulf Samuelsson | |
2009-01-14 | Remove references to sys/timeb.h in libupnp configure, ftime is removed from ↵ | Ulf Samuelsson | |
source already | |||
2009-01-14 | Add mrouted-unpacked target | Ulf Samuelsson | |
2009-01-14 | package/multimedia/gstreamer/gstreamer.mk: Fix missing \ | Daniel Laird | |
Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-14 | package/multimedia/gstreamer | Daniel Laird | |
package/multimedia/gst-plugins-*: I do not want docs installed in rootfs. Stop it installing the docs in the ROOTFS by using the same fix as has been applied to cairo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-14 | Better to use the correct --without | Thomas Lundquist | |
2009-01-14 | Woops, we do need /dev/null, not a directory with html in it. | Thomas Lundquist | |
2009-01-14 | package/libidn/Config.in: Fix layout of text as per coding guidelines. | Daniel Laird | |
Update description to match required -> help Description Empty line Homepage Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> |