Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change things so menuconfig wont complain about circular deps | Eric Andersen | 2006-07-10 | 1 | -1/+0 |
| | |||||
* | prevent up circular deps by preventing both from being enabled concurrently | Eric Andersen | 2006-07-09 | 1 | -0/+1 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=178 | Eric Andersen | 2005-06-09 | 1 | -0/+10 |
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. |