Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-25 | Bump version | Peter Korsgaard | |
2006-09-19 | fix big/little endian | Peter Korsgaard | |
2006-09-19 | Don't copy static lib to TARGET_DIR | Peter Korsgaard | |
2006-09-19 | Add dillo package | Peter Korsgaard | |
2006-08-29 | - repair deps. | Bernhard Reutner-Fischer | |
2006-08-29 | - add lzma | Bernhard Reutner-Fischer | |
2006-08-29 | - bump version | Bernhard Reutner-Fischer | |
2006-08-29 | - add package lzma | Bernhard Reutner-Fischer | |
2006-08-28 | - use cross strip instead of host strip; closes #773 | Bernhard Reutner-Fischer | |
2006-08-25 | Don Reid writes: | Eric Andersen | |
It looks like the linux binary is just used if a system map file cannot be found. So I changed the make file to remove it. | |||
2006-08-25 | fixup lsof so it will apply patches, and compile when rpc is disabled | Eric Andersen | |
2006-08-24 | - update to 2.0.0 and correct site. | Bernhard Reutner-Fischer | |
2006-08-24 | - update to 1.02.09 | Bernhard Reutner-Fischer | |
2006-08-24 | - make sure that the prerequisites of 'make busybox-menuconfig' are met | Bernhard Reutner-Fischer | |
2006-08-24 | - pickup the PATH the user has set. | Bernhard Reutner-Fischer | |
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before. | |||
2006-08-10 | Use http. Add support for building cross depmod for 2.6 kernels. | Eric Andersen | |
Don't hard code version numbers all over the place. | |||
2006-08-10 | comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc. | Eric Andersen | |
Need to instead compare vs BR2_i386 and friends. | |||
2006-08-10 | update valgrind to the latest and greatest, forward port my patches. | Eric Andersen | |
Mental note: submit upstream | |||
2006-08-10 | rework hotplug with a customized version not dependant on kernel sources | Eric Andersen | |
2006-07-31 | Bump to upstream v1.2.1 | Peter Korsgaard | |
2006-07-27 | Stupid make needs tabs. Fix broken whitespace | Eric Andersen | |
2006-07-26 | patch from Biucchi Gabriele: | Eric Andersen | |
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/ | |||
2006-07-21 | let X figure out the correct mouse protocol | Eric Andersen | |
2006-07-20 | rxvt switched to sourceforge years ago... Fix things up so | Eric Andersen | |
that rxvt actually builds and runs... | |||
2006-07-20 | fix build and add some basic setup so it can run | Eric Andersen | |
2006-07-20 | ver bump to 0.14.6 | Mike Frysinger | |
2006-07-19 | ver bump #958 by bowerymarc | Mike Frysinger | |
2006-07-19 | ver bump #962 by bowerymarc | Mike Frysinger | |
2006-07-19 | oops | Eric Andersen | |
2006-07-19 | minor dependancy cleanup | Eric Andersen | |
2006-07-18 | move TAR_OPTIONS to its rightful place | Eric Andersen | |
2006-07-18 | fixup patch | Eric Andersen | |
2006-07-18 | fixup build dependancies and such | Eric Andersen | |
2006-07-18 | change paths so glib-config uses the correct path for | Eric Andersen | |
the cross compiled libglib and include files | |||
2006-07-18 | fixup some build and dependancy problems. | Eric Andersen | |
2006-07-13 | yet another fix for yet another cross depmod endianness problem | Eric Andersen | |
2006-07-10 | disable sdl build | Eric Andersen | |
2006-07-10 | change things so menuconfig wont complain about circular deps | Eric Andersen | |
2006-07-10 | remove junk, bump version, and generally clean things up | Eric Andersen | |
2006-07-10 | add support for dmraid soft raid handling | Eric Andersen | |
2006-07-10 | add support for gtk+ version 1.2 | Eric Andersen | |
2006-07-10 | fix url, fixup compile and install | Eric Andersen | |
2006-07-10 | fixup some dependancies | Eric Andersen | |
2006-07-09 | prevent up circular deps by preventing both from being enabled concurrently | Eric Andersen | |
2006-07-09 | why install it if we immediately delete it. Makes no sense | Eric Andersen | |
2006-07-09 | fix dependancy | Eric Andersen | |
2006-07-08 | fixup xorg compile -- it now at least compiles and runs for me on x86 | Eric Andersen | |
2006-07-08 | fix broken libpng compile -- malloc was being handled incorrectly | Eric Andersen | |
when cross compiling | |||
2006-07-08 | Add pkgconfig | Eric Andersen | |
2006-07-07 | Fix syntax errors in configure and m4 for Tcl so that the package actually ↵ | "Steven J. Hill" | |
builds. This was reported on the Tcl mailing list at <http://sourceforge.net/mailarchive/forum.php?thread_id=9384126&forum_id=3854>. |