summaryrefslogtreecommitdiffstats
path: root/package/module-init-tools/Config.in
diff options
context:
space:
mode:
authorEric Andersen2005-06-09 11:46:12 +0200
committerEric Andersen2005-06-09 11:46:12 +0200
commitd5b0e08e9dfec6bdffca4b909f8188a40c541d21 (patch)
tree0e15837a935e3762fdb02ce63001804d8fd5530f /package/module-init-tools/Config.in
parentfix old target name (diff)
downloadbuildroot-d5b0e08e9dfec6bdffca4b909f8188a40c541d21.tar.gz
buildroot-d5b0e08e9dfec6bdffca4b909f8188a40c541d21.tar.xz
buildroot-d5b0e08e9dfec6bdffca4b909f8188a40c541d21.zip
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.
Diffstat (limited to 'package/module-init-tools/Config.in')
-rw-r--r--package/module-init-tools/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/module-init-tools/Config.in b/package/module-init-tools/Config.in
new file mode 100644
index 000000000..7631b783d
--- /dev/null
+++ b/package/module-init-tools/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_MODULE_INIT_TOOLS
+ bool "module-init-tools"
+ default n
+ help
+ The module-init-tools package contains a set of programs for
+ loading, inserting, and removing kernel modules for Linux
+ (versions 2.5.48 and above). It serves the same function that
+ the "modutils" package serves for Linux 2.4.
+
+ http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/