summaryrefslogtreecommitdiffstats
path: root/package/modutils
Commit message (Collapse)AuthorAgeFilesLines
* After some effort, I have taught depmod to handle endianness,Eric Andersen2005-09-302-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 Andersen2005-09-301-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-181-4/+78
|
* http://bugs.uclibc.org/view.php?id=178Eric Andersen2005-06-093-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.