From d5b0e08e9dfec6bdffca4b909f8188a40c541d21 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 9 Jun 2005 09:46:12 +0000 Subject: 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/modutils/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/modutils/Config.in (limited to 'package/modutils/Config.in') 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 -- cgit v1.2.3