summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.Eric Andersen2006-08-101-6/+6
| | | | Need to instead compare vs BR2_i386 and friends.
* update valgrind to the latest and greatest, forward port my patches.Eric Andersen2006-08-102-115/+186
| | | | Mental note: submit upstream
* rework hotplug with a customized version not dependant on kernel sourcesEric Andersen2006-08-103-40/+5
|
* Add support for mklibs (strips unused syms from shared libs such as uClibc)Eric Andersen2006-08-024-0/+653
| | | | | based on a patch from akvadrako, and using a version of mklibs.py that was massively hacked up by andersee and mjn3 for uClibc support.
* Bump to upstream v1.2.1Peter Korsgaard2006-07-311-1/+1
|
* Stupid make needs tabs. Fix broken whitespaceEric Andersen2006-07-271-5/+5
|
* patch from Biucchi Gabriele:Eric Andersen2006-07-261-3/+12
| | | | | | Some programs (like rxvt) need x-includes and x-libraries in $(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there. copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
* let X figure out the correct mouse protocolEric Andersen2006-07-211-4/+4
|
* rxvt switched to sourceforge years ago... Fix things up soEric Andersen2006-07-202-7/+1150
| | | | that rxvt actually builds and runs...
* fix build and add some basic setup so it can runEric Andersen2006-07-205-12/+167
|
* ver bump to 0.14.6Mike Frysinger2006-07-201-2/+3
|
* ver bump #958 by bowerymarcMike Frysinger2006-07-192-4/+4
|
* ver bump #962 by bowerymarcMike Frysinger2006-07-191-1/+1
|
* oopsEric Andersen2006-07-192-2/+33
|
* minor dependancy cleanupEric Andersen2006-07-196-7/+9
|
* fix fallback case so dependancies work as expectedEric Andersen2006-07-191-5/+1
|
* trivial cosmetic stuffEric Andersen2006-07-181-1/+1
|
* configuring uClibc depends on first having kernel headers in placeEric Andersen2006-07-182-2/+2
|
* stick an extra blank line after resultsEric Andersen2006-07-181-0/+1
|
* put sed check in the correct placeEric Andersen2006-07-184-9/+31
|
* move TAR_OPTIONS to its rightful placeEric Andersen2006-07-182-3/+2
|
* fixup patchEric Andersen2006-07-181-46/+0
|
* fixup build dependancies and suchEric Andersen2006-07-181-5/+10
|
* change paths so glib-config uses the correct path forEric Andersen2006-07-181-0/+2
| | | | the cross compiled libglib and include files
* fixup some build and dependancy problems.Eric Andersen2006-07-181-13/+18
|
* fix whitespaceMike Frysinger2006-07-171-6/+4
|
* punt prereleases (2.15.97->2.16, 2.16.9[34]->2.17)Mike Frysinger2006-07-1723-1945/+0
|
* version bumpMike Frysinger2006-07-177-0/+401
|
* Sigh.Rob Landley2006-07-161-1/+1
|
* prplague suggested mentioning the mailing list on the news page.Rob Landley2006-07-161-0/+3
|
* Make the links actually point to the _buildroot_ list...Rob Landley2006-07-141-2/+2
|
* Plausible deniability.Rob Landley2006-07-142-0/+35
|
* yet another fix for yet another cross depmod endianness problemEric Andersen2006-07-131-0/+21
|
* disable sdl buildEric Andersen2006-07-101-0/+1
|
* change things so menuconfig wont complain about circular depsEric Andersen2006-07-102-2/+1
|
* remove junk, bump version, and generally clean things upEric Andersen2006-07-101-3/+13
|
* add support for dmraid soft raid handlingEric Andersen2006-07-103-0/+71
|
* add support for gtk+ version 1.2Eric Andersen2006-07-107-0/+51406
|
* fix url, fixup compile and installEric Andersen2006-07-101-8/+12
|
* fixup some dependanciesEric Andersen2006-07-102-1/+9
|
* prevent up circular deps by preventing both from being enabled concurrentlyEric Andersen2006-07-094-5/+11
|
* why install it if we immediately delete it. Makes no senseEric Andersen2006-07-091-1/+2
|
* fix dependancyEric Andersen2006-07-091-1/+1
|
* fixup xorg compile -- it now at least compiles and runs for me on x86Eric Andersen2006-07-085-5/+223
|
* fix broken libpng compile -- malloc was being handled incorrectlyEric Andersen2006-07-081-0/+6
| | | | when cross compiling
* Add pkgconfigEric Andersen2006-07-085-0/+418
|
* Fix syntax errors in configure and m4 for Tcl so that the package actually ↵"Steven J. Hill"2006-07-071-0/+42
| | | | builds. This was reported on the Tcl mailing list at <http://sourceforge.net/mailarchive/forum.php?thread_id=9384126&forum_id=3854>.
* - busybox recently renamed CROSS to CROSS_COMPILE. Pass in both for now.Bernhard Reutner-Fischer2006-07-051-2/+5
|
* - typoBernhard Reutner-Fischer2006-07-051-1/+1
|
* Add patch for building and running the Open POSIX Testsuite if NPTL has been ↵"Steven J. Hill"2006-07-052-1/+45
| | | | selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it.