summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-16buildroot: fix version for 2009.02-rc22009.02_rc1Peter Korsgaard
2009-01-16buildroot: bump version for releasePeter Korsgaard
2009-01-16toolchain/uClibc: mark 0.9.29 as recentPeter Korsgaard
2009-01-16toolchain/gcc: mark old versions as deprecatedPeter Korsgaard
2009-01-16toolchain/gcc: default to 4.3.2 for !AVR32Peter Korsgaard
2009-01-16package: remove tinyloginPeter Korsgaard
It's ancient and upstream is gone, people should just use the login stuff in busybox instead.
2009-01-16xerces: tarball moved to archive.apache.orgPeter Korsgaard
2009-01-16quagga: tarball moved to attic/ subdirPeter Korsgaard
2009-01-16openswan: tarball moved to old/ subdirPeter Korsgaard
2009-01-16package/mpfr: fix make source-check/external-deps issuePeter Korsgaard
2009-01-16package/dm: fix DOWNLOAD falloutPeter Korsgaard
2009-01-16DOWNLOAD: don't use := assignment for function implementationPeter 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-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-16target/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16toolchain/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter 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-16BR2_PRIMARY_SITE: move to Mirrors and Download locations menuPeter Korsgaard
2009-01-16Makefile: update copyrightPeter Korsgaard
2009-01-16package/freetype/freetype.mk: Fix editing of freetype-configDaniel 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-15Update kernel snapshot versionUlf Samuelsson
2009-01-15Update package buildscriptUlf Samuelsson
2009-01-15Makefile: implement make releasePeter Korsgaard
2009-01-15docs/developer.html: People should ask on the list for commit accessPeter Korsgaard
2009-01-15docs/copyright.txt: update year, add buildroot developersPeter Korsgaard
2009-01-15docs/about.html: new maintainerPeter Korsgaard
2009-01-15docs/footer.html: ask people to mail the list instead of ErikPeter Korsgaard
And update the year while we're at it.
2009-01-15docs/README: ask people to mail the list instead of ErikPeter Korsgaard
2009-01-15BR2_BANNER: set to 'Welcome to Buildroot'Peter Korsgaard
Seems a bit more sensible as default.
2009-01-15kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecatedPeter Korsgaard
2009-01-15kernel-headers: default to 2.6.28Peter Korsgaard
2009-01-15kernel-headers: bump 2.6.27 versionPeter Korsgaard
2009-01-15Always create shared python library, if python is created, needed by ↵Ulf Samuelsson
multiple packages
2009-01-14Make acpid patch depend on VERSIONUlf Samuelsson
2009-01-14Change TTCP_BUILD_DIR to TTCP_DIRUlf Samuelsson
2009-01-14Kismet needs dbus to buildUlf Samuelsson
2009-01-14Bump vpnc version and remove build of man pages, which breaks when cross ↵Ulf Samuelsson
compiling
2009-01-14libeXosip2 is dependent on libosip2Ulf Samuelsson
2009-01-14Update deprecated bmove to memmove in ttcpUlf Samuelsson
2009-01-14Force use of HOST_GLIB instead of /usr/bin for libgtk2Ulf Samuelsson
2009-01-14Update deprecated bcopy,bcmp,bzero to mem* in mroutedUlf Samuelsson
2009-01-14Remove references to sys/timeb.h in libupnp configure, ftime is removed from ↵Ulf Samuelsson
source already
2009-01-14Add mrouted-unpacked targetUlf Samuelsson
2009-01-14package/multimedia/gstreamer/gstreamer.mk: Fix missing \Daniel Laird
Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-14package/multimedia/gstreamerDaniel 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-14Better to use the correct --without Thomas Lundquist
2009-01-14Woops, we do need /dev/null, not a directory with html in it.Thomas Lundquist
2009-01-14package/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>
2009-01-13Use HOST_GLIB for glib installation instead of /usr/binUlf Samuelsson
2009-01-13Update at91sam9263ek BSPUlf Samuelsson