Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add URL for binutils 2.17 #1002 | Mike Frysinger | 2006-08-24 | 1 | -0/+3 | |
| | ||||||
* | mkfs.jffs2 doesn't like short form of pad option with arg | Peter Korsgaard | 2006-08-22 | 1 | -2/+3 | |
| | ||||||
* | Bump to upstream v3.1 | Peter Korsgaard | 2006-08-21 | 1 | -1/+1 | |
| | ||||||
* | Use http. Add support for building cross depmod for 2.6 kernels. | Eric Andersen | 2006-08-10 | 1 | -6/+45 | |
| | | | | Don't hard code version numbers all over the place. | |||||
* | comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc. | Eric Andersen | 2006-08-10 | 1 | -6/+6 | |
| | | | | Need to instead compare vs BR2_i386 and friends. | |||||
* | update valgrind to the latest and greatest, forward port my patches. | Eric Andersen | 2006-08-10 | 2 | -115/+186 | |
| | | | | Mental note: submit upstream | |||||
* | rework hotplug with a customized version not dependant on kernel sources | Eric Andersen | 2006-08-10 | 3 | -40/+5 | |
| | ||||||
* | Add support for mklibs (strips unused syms from shared libs such as uClibc) | Eric Andersen | 2006-08-02 | 4 | -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.1 | Peter Korsgaard | 2006-07-31 | 1 | -1/+1 | |
| | ||||||
* | Stupid make needs tabs. Fix broken whitespace | Eric Andersen | 2006-07-27 | 1 | -5/+5 | |
| | ||||||
* | patch from Biucchi Gabriele: | Eric Andersen | 2006-07-26 | 1 | -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 protocol | Eric Andersen | 2006-07-21 | 1 | -4/+4 | |
| | ||||||
* | rxvt switched to sourceforge years ago... Fix things up so | Eric Andersen | 2006-07-20 | 2 | -7/+1150 | |
| | | | | that rxvt actually builds and runs... | |||||
* | fix build and add some basic setup so it can run | Eric Andersen | 2006-07-20 | 5 | -12/+167 | |
| | ||||||
* | ver bump to 0.14.6 | Mike Frysinger | 2006-07-20 | 1 | -2/+3 | |
| | ||||||
* | ver bump #958 by bowerymarc | Mike Frysinger | 2006-07-19 | 2 | -4/+4 | |
| | ||||||
* | ver bump #962 by bowerymarc | Mike Frysinger | 2006-07-19 | 1 | -1/+1 | |
| | ||||||
* | oops | Eric Andersen | 2006-07-19 | 2 | -2/+33 | |
| | ||||||
* | minor dependancy cleanup | Eric Andersen | 2006-07-19 | 6 | -7/+9 | |
| | ||||||
* | fix fallback case so dependancies work as expected | Eric Andersen | 2006-07-19 | 1 | -5/+1 | |
| | ||||||
* | trivial cosmetic stuff | Eric Andersen | 2006-07-18 | 1 | -1/+1 | |
| | ||||||
* | configuring uClibc depends on first having kernel headers in place | Eric Andersen | 2006-07-18 | 2 | -2/+2 | |
| | ||||||
* | stick an extra blank line after results | Eric Andersen | 2006-07-18 | 1 | -0/+1 | |
| | ||||||
* | put sed check in the correct place | Eric Andersen | 2006-07-18 | 4 | -9/+31 | |
| | ||||||
* | move TAR_OPTIONS to its rightful place | Eric Andersen | 2006-07-18 | 2 | -3/+2 | |
| | ||||||
* | fixup patch | Eric Andersen | 2006-07-18 | 1 | -46/+0 | |
| | ||||||
* | fixup build dependancies and such | Eric Andersen | 2006-07-18 | 1 | -5/+10 | |
| | ||||||
* | change paths so glib-config uses the correct path for | Eric Andersen | 2006-07-18 | 1 | -0/+2 | |
| | | | | the cross compiled libglib and include files | |||||
* | fixup some build and dependancy problems. | Eric Andersen | 2006-07-18 | 1 | -13/+18 | |
| | ||||||
* | fix whitespace | Mike Frysinger | 2006-07-17 | 1 | -6/+4 | |
| | ||||||
* | punt prereleases (2.15.97->2.16, 2.16.9[34]->2.17) | Mike Frysinger | 2006-07-17 | 23 | -1945/+0 | |
| | ||||||
* | version bump | Mike Frysinger | 2006-07-17 | 7 | -0/+401 | |
| | ||||||
* | Sigh. | Rob Landley | 2006-07-16 | 1 | -1/+1 | |
| | ||||||
* | prplague suggested mentioning the mailing list on the news page. | Rob Landley | 2006-07-16 | 1 | -0/+3 | |
| | ||||||
* | Make the links actually point to the _buildroot_ list... | Rob Landley | 2006-07-14 | 1 | -2/+2 | |
| | ||||||
* | Plausible deniability. | Rob Landley | 2006-07-14 | 2 | -0/+35 | |
| | ||||||
* | yet another fix for yet another cross depmod endianness problem | Eric Andersen | 2006-07-13 | 1 | -0/+21 | |
| | ||||||
* | disable sdl build | Eric Andersen | 2006-07-10 | 1 | -0/+1 | |
| | ||||||
* | change things so menuconfig wont complain about circular deps | Eric Andersen | 2006-07-10 | 2 | -2/+1 | |
| | ||||||
* | remove junk, bump version, and generally clean things up | Eric Andersen | 2006-07-10 | 1 | -3/+13 | |
| | ||||||
* | add support for dmraid soft raid handling | Eric Andersen | 2006-07-10 | 3 | -0/+71 | |
| | ||||||
* | add support for gtk+ version 1.2 | Eric Andersen | 2006-07-10 | 7 | -0/+51406 | |
| | ||||||
* | fix url, fixup compile and install | Eric Andersen | 2006-07-10 | 1 | -8/+12 | |
| | ||||||
* | fixup some dependancies | Eric Andersen | 2006-07-10 | 2 | -1/+9 | |
| | ||||||
* | prevent up circular deps by preventing both from being enabled concurrently | Eric Andersen | 2006-07-09 | 4 | -5/+11 | |
| | ||||||
* | why install it if we immediately delete it. Makes no sense | Eric Andersen | 2006-07-09 | 1 | -1/+2 | |
| | ||||||
* | fix dependancy | Eric Andersen | 2006-07-09 | 1 | -1/+1 | |
| | ||||||
* | fixup xorg compile -- it now at least compiles and runs for me on x86 | Eric Andersen | 2006-07-08 | 5 | -5/+223 | |
| | ||||||
* | fix broken libpng compile -- malloc was being handled incorrectly | Eric Andersen | 2006-07-08 | 1 | -0/+6 | |
| | | | | when cross compiling | |||||
* | Add pkgconfig | Eric Andersen | 2006-07-08 | 5 | -0/+418 | |
| |