summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* target/: convert to DOWNLOAD helperPeter Korsgaard2009-01-1620-24/+24
|
* toolchain/: convert to DOWNLOAD helperPeter Korsgaard2009-01-167-8/+8
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-16227-280/+280
|
* buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard2009-01-163-10/+37
| | | | | | | | 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/
* BR2_PRIMARY_SITE: move to Mirrors and Download locations menuPeter Korsgaard2009-01-162-9/+9
|
* Makefile: update copyrightPeter Korsgaard2009-01-161-0/+1
|
* package/freetype/freetype.mk: Fix editing of freetype-configDaniel Laird2009-01-161-2/+5
| | | | | | | | | 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>
* Update kernel snapshot versionUlf Samuelsson2009-01-151-1/+1
|
* Update package buildscriptUlf Samuelsson2009-01-151-4/+32
|
* Makefile: implement make releasePeter Korsgaard2009-01-151-0/+6
|
* docs/developer.html: People should ask on the list for commit accessPeter Korsgaard2009-01-151-8/+2
|
* docs/copyright.txt: update year, add buildroot developersPeter Korsgaard2009-01-151-1/+2
|
* docs/about.html: new maintainerPeter Korsgaard2009-01-151-1/+1
|
* docs/footer.html: ask people to mail the list instead of ErikPeter Korsgaard2009-01-151-2/+2
| | | | And update the year while we're at it.
* docs/README: ask people to mail the list instead of ErikPeter Korsgaard2009-01-151-3/+2
|
* BR2_BANNER: set to 'Welcome to Buildroot'Peter Korsgaard2009-01-151-1/+1
| | | | Seems a bit more sensible as default.
* kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecatedPeter Korsgaard2009-01-151-1/+2
|
* kernel-headers: default to 2.6.28Peter Korsgaard2009-01-151-1/+1
|
* kernel-headers: bump 2.6.27 versionPeter Korsgaard2009-01-151-1/+1
|
* Always create shared python library, if python is created, needed by ↵Ulf Samuelsson2009-01-151-1/+12
| | | | multiple packages
* Make acpid patch depend on VERSIONUlf Samuelsson2009-01-141-1/+1
|
* Change TTCP_BUILD_DIR to TTCP_DIRUlf Samuelsson2009-01-141-13/+13
|
* Kismet needs dbus to buildUlf Samuelsson2009-01-141-1/+1
|
* Bump vpnc version and remove build of man pages, which breaks when cross ↵Ulf Samuelsson2009-01-143-1/+28
| | | | compiling
* libeXosip2 is dependent on libosip2Ulf Samuelsson2009-01-141-1/+1
|
* Update deprecated bmove to memmove in ttcpUlf Samuelsson2009-01-142-0/+13
|
* Force use of HOST_GLIB instead of /usr/bin for libgtk2Ulf Samuelsson2009-01-141-0/+2
|
* Update deprecated bcopy,bcmp,bzero to mem* in mroutedUlf Samuelsson2009-01-141-0/+164
|
* Remove references to sys/timeb.h in libupnp configure, ftime is removed from ↵Ulf Samuelsson2009-01-142-0/+13
| | | | source already
* Add mrouted-unpacked targetUlf Samuelsson2009-01-141-2/+4
|
* package/multimedia/gstreamer/gstreamer.mk: Fix missing \Daniel Laird2009-01-141-1/+1
| | | | | | | Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/multimedia/gstreamerDaniel Laird2009-01-144-3/+11
| | | | | | | | | | 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>
* Better to use the correct --without Thomas Lundquist2009-01-141-1/+1
|
* Woops, we do need /dev/null, not a directory with html in it.Thomas Lundquist2009-01-141-1/+1
|
* package/libidn/Config.in: Fix layout of text as per coding guidelines.Daniel Laird2009-01-141-1/+1
| | | | | | | | | | | Update description to match required -> help Description Empty line Homepage Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Use HOST_GLIB for glib installation instead of /usr/binUlf Samuelsson2009-01-134-3/+5
|
* Update at91sam9263ek BSPUlf Samuelsson2009-01-132-9/+8
|
* Bump acpid version and update source filenameUlf Samuelsson2009-01-131-2/+2
|
* Update buildall.sh scriptUlf Samuelsson2009-01-131-6/+7
|
* Use GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz ↵Ulf Samuelsson2009-01-131-4/+4
| | | | and bump version
* package/libidn/Config.in: Fix line length of textDaniel Laird2009-01-131-1/+2
| | | | | | | Could not count properly.... line length > 80. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libidn: Add a new package (required by later WebKits...)Daniel Laird2009-01-133-0/+21
| | | | | | | | | | | | | GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The native C, C# and Java libraries are available under the GNU Lesser General Public License version 2.1 or later. Not quite sure I've put it in the correct menu but it will work. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* buildroot: mark alpha as brokenPeter Korsgaard2009-01-131-0/+1
| | | | It still doesn't build with threading + shared libs disabled
* toolchain: sh64 fixesPeter Korsgaard2009-01-132-4/+3
| | | | | | | - arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well - use little endian for sh64, like for 32bit sh sh64 still doesn't build, but gets further along now.
* package/liberation/liberation.mk: A further tidy up.....Daniel Laird2009-01-131-9/+3
| | | | | | | | Use touch -c $@ Do not install fonts into staging dir. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/alsa-lib/alsa-lib.mkDaniel Laird2009-01-132-2/+2
| | | | | | | | | | | package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent. Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first then some configure variables get stored in the system cache and then libiconv is not used properly. If libiconv is selected by user make sure it is built before either of these packages are built. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* samba: use proper BR variable to disable largefile while configuringHans-Christian Egtvedt2009-01-131-5/+1
|
* samba: bump version to 3.2.7 and refresh patches against this versionHans-Christian Egtvedt2009-01-137-53/+61
| | | | | | This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also fixes two minor issues by introducing two new small patches.
* samba: properly disable largefile if not selected in BuildrootHans-Christian Egtvedt2009-01-131-1/+5
|
* Added missing libdnet packageHamish Moffatt2009-01-131-0/+1
|