summaryrefslogtreecommitdiff
path: root/package/modutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-09 09:46:12 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-09 09:46:12 +0000
commitd5b0e08e9dfec6bdffca4b909f8188a40c541d21 (patch)
tree0e15837a935e3762fdb02ce63001804d8fd5530f /package/modutils/Config.in
parent8d1ce2a787e196bac5a65b783f6202500eb2abef (diff)
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/modutils/Config.in')
-rw-r--r--package/modutils/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/modutils/Config.in b/package/modutils/Config.in
new file mode 100644
index 000000000..581242ddc
--- /dev/null
+++ b/package/modutils/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_MODUTILS
+ bool "modutils"
+ default n
+ help
+ The modutils packages includes the kerneld program for automatic
+ loading and unloading of modules, as well as other module
+ management programs. Examples of loaded and unloaded modules are
+ device drivers and filesystems, as well as some other things.
+
+ linux v.<2.6
+
+ http://www.kernel.org/pub/linux/utils/kernel/modutils/v2.4