summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-15Update atngw100-base_defconfigThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15Update atngw100-extended_defconfigThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15rsync: fix build with config cacheOlaf Rempel
Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Acked-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15docs: get rid of svn date keywordsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14docs/news.html: announce buildroot.orgPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: remove version number from patchesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: fix -fstack-protector configure checkPeter Korsgaard
The configure script failed to detect toolchains without stack protector support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-14cups: add pdftops optionPeter Korsgaard
The pdftops support in cups needs C++ support, whereas the rest doesn't. Add a BR2_PACKAGE_CUPS_PDFTOPS (depending on C++ support) to enable it if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-13gamin: only enable python support if enabledSven Neumann
Closes #295. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-13busybox: additional 1.14.0 patchesPeter Korsgaard
The original mdev patch was buggy. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-12Fix gcc 3.4.6 build with newer host libc versionsWade Berrier
The build of gcc 3.4.6 fails when host libc is too new. I pulled the fix from this bug report: http://bugs.openembedded.net/show_bug.cgi?id=4626 Signed-off-by: Wade Berrier <wberrier@gmail.com>
2009-05-12.gitignore: Ease /binaries patternMichael Roth
The current /binaries/* hid the directory, but completely removed it by "git-clean -d", which should not be intended. Reported-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-12gcc-4.3.3: add a patch to link with the math lib to get copysignalAngus Salkeld
Conditionally apply the following patch by Bernhard Reutner-Fischer which solves a link error on powerpc (with softfloat or multilib) when using a shared libgcc_s. See: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00237.html http://www.nabble.com/PPC-won't-build-with-soft-float-td22772110.html Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-09kernel-headers: bump 2.6.27 / 2.6.29 versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-08Merge branch 'master' of git://git.buildroot.net/~correa/git/buildroot into testPeter Korsgaard
2009-05-08Update atngw100_defconfig to kernel 2.6.29.2Thiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
2009-05-08Update Linux Advanced to 2.6.29.2Thiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
2009-05-08Add dl folder to gitignoreThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
2009-05-08Update atngw100_defconfigThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
2009-05-08clarify license and fix website license linkPeter Korsgaard
BR is licensed under GPLv2 (or later). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-07dmraid: broken with parallel make (lib + tools race)Peter Korsgaard
Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-06metacity: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
Closes #167. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-05download.html: fix browse source URLPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-05news: announce 2009.05-rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-05Update for 2009.05-rc1, add CHANGES2009.05_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04ntfs-3g: convert to Makefile.autotools.inOlaf Rempel
- bump version to 2009.03.8 - internal fuse support, no longer depends on libfuse/pkgconfig - fix WCHAR dependency Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04Add .gitignore filesangus salkeld
[peter: add /.config] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04package: set CXX to false rather than "" if no C++ support is enabledPeter Korsgaard
Some configure scripts seems to ignore CXX settings if it is set to the empty string, and goes back to the default (<arch>-linux-g++), so use false instead, as that will loudly break the build if the C++ compiler is ever used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04samba: bump versionSven Neumann
Closes #293. [peter: bump to 3.3.4] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04package/: add gob2 for target/host and use for gmpc compilationPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04kernel-headers: bump 2.6.27.x / 2.6.28.xPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-04busybox: 1.14.0 mdev / des fixesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03scripts/package wizard: clarify the steps after the wizardMarkus Heidelberg
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03scripts/package wizard: add support for subdirsMarkus Heidelberg
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03scripts/package wizard: delete trailing whitespace and empty linesMarkus Heidelberg
In this script and in the .mk output. Let's avoid unnecessary whitespace issues in new packages created with this wizard. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03scripts/package wizard: make workable from TOPDIRMarkus Heidelberg
Before you to had to be in a subdirectory, for example package/ Now you can call it from anywhere. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03Makefile.autotools.in: fix minimal foo.mk exampleMarkus Heidelberg
The directory argument was introduced to support packages in subdirectories of package/ several months ago. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-03docs/: announce move to gitPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-01Config.in: we're now on gitPeter Korsgaard
2009-04-30docs/lists.html: mention gmane interface to listPeter Korsgaard
2009-04-30Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work ↵Thiago A. Corrêa
properly)
2009-04-30Undeprecate u-boot 2008.10 since this is the last version known to work with ↵Thiago A. Corrêa
JFFS2 fs and AVR32
2009-04-29target/device: fix busybox version / .config in defconfigsPeter Korsgaard
2009-04-29vim: regenerate the configure.patchWade Berrier
2009-04-29Improve Qt embedded target_dir install handling and granularity. This saves ↵Thiago A. Corrêa
me 600k on jffs2 compressed fs for avr32.
2009-04-29Fix atngw100_defconfig busybox config locationThiago A. Corrêa
2009-04-29package/: remove obsolete qte packagePeter Korsgaard
2009-04-29toolchain/uClibc: 0.9.30.1 arm linuxthreads fixPeter Korsgaard
Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch.
2009-04-29package/multimedia/gstreamer: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.
2009-04-29Fix issues in shared-mime-infoThomas Petazzoni
* Properly indent Config.in * Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>