Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The configure script for this package is a hack at best. This patch | "Steven J. Hill" | 2005-06-19 | 1 | -5/+27 |
| | | | | | | | | fixes an issues with the Linux header file 'include/linux/cyclades.h' that gets tested to determine whether or not the 'tqueue' data structure is needed or not. The newer version of it added new types that require 'include/linux/compiler.h' to be included in order for the test to succeed/fail properly. Please, someone shoot me. | ||||
* | Add patches for GCC-4.x so that packages will build properly. | "Steven J. Hill" | 2005-05-03 | 1 | -0/+57 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | fixup util-linux compile | Eric Andersen | 2005-01-12 | 1 | -0/+31 |
| | |||||
* | When both busybox and coreutils and/or util-linux are selected, | Eric Andersen | 2004-12-27 | 1 | -0/+7 |
| | | | | | | make certain that it is coreutils and/or util-linux that actually gets their utilities installed. -Erik | ||||
* | help text | Mike Frysinger | 2004-10-14 | 1 | -4/+5 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -1/+29 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+75 |
directory. |