Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update some missing bits for cross depmod | Eric Andersen | 2006-03-22 | 1 | -19/+93 |
| | |||||
* | After some effort, I have taught depmod to handle endianness, | Eric Andersen | 2005-09-30 | 2 | -0/+453 |
| | | | | | | allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik | ||||
* | 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 | ||||
* | Changes to allow compilation with GCC-4.1.0. | "Steven J. Hill" | 2005-08-18 | 1 | -4/+78 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=178 | Eric Andersen | 2005-06-09 | 3 | -0/+98 |
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. |