Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update paths | Eric Andersen | 2006-12-13 | 1 | -4/+5 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+3 |
| | |||||
* | use http for kernel.org | Eric Andersen | 2006-10-09 | 1 | -1/+1 |
| | |||||
* | prevent up circular deps by preventing both from being enabled concurrently | Eric Andersen | 2006-07-09 | 1 | -2/+6 |
| | |||||
* | After some effort, I have taught depmod to handle endianness, | Eric Andersen | 2005-09-30 | 1 | -16/+71 |
| | | | | | | allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik | ||||
* | http://bugs.uclibc.org/view.php?id=178 | Eric Andersen | 2005-06-09 | 1 | -0/+62 |
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. |