http://bugs.uclibc.org/view.php?id=178
authorEric Andersen <andersen@codepoet.org>
Thu, 9 Jun 2005 09:46:12 +0000 (09:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 9 Jun 2005 09:46:12 +0000 (09:46 -0000)
commitd5b0e08e9dfec6bdffca4b909f8188a40c541d21
tree0e15837a935e3762fdb02ce63001804d8fd5530f
parent8d1ce2a787e196bac5a65b783f6202500eb2abef
http://bugs.uclibc.org/view.php?id=178

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.
package/Config.in
package/module-init-tools/Config.in [new file with mode: 0644]
package/module-init-tools/module-init-tools.mk [new file with mode: 0644]
package/module-init-tools/module-init-tools.patch [new file with mode: 0644]
package/modutils/Config.in [new file with mode: 0644]
package/modutils/modutils.mk [new file with mode: 0644]
package/modutils/modutils.patch [new file with mode: 0644]