diff options
Diffstat (limited to 'package/modutils/Config.in')
-rw-r--r-- | package/modutils/Config.in | 12 |
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 |