Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I'm sure opinions will vary on this, but at least when I'm using these ↵ | "Steven J. Hill" | 2007-01-14 | 1 | -0/+2 |
| | | | | tools, I don't want the static or an extra config file. Small filesystem please. | ||||
* | - pass the correct compiler in | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -0/+1 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+3 |
| | |||||
* | 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. | ||||
* | prevent up circular deps by preventing both from being enabled concurrently | Eric Andersen | 2006-07-09 | 1 | -3/+3 |
| | |||||
* | Bump up version to one actually present | Eric Andersen | 2005-12-09 | 1 | -2/+2 |
| | |||||
* | Fix some broken dependancies | Eric Andersen | 2005-08-08 | 1 | -3/+5 |
| | |||||
* | whitespace sync | Mike Frysinger | 2005-08-04 | 1 | -2/+2 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=178 | Eric Andersen | 2005-06-09 | 1 | -0/+73 |
This patch provides modutils and module-init-tools. I know busybox can load modules, but modinfo may also be very useful for kernel/driver debugging purposes. I have managed binaries concurrency between modutils and module-init-tools, but I'm not sure this is the best way to do it... Thanks for your work. |