kumquat-buildroot/package/modutils/Config.in
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00

13 lines
436 B
Plaintext

config BR2_PACKAGE_MODUTILS
bool "modutils"
depends on !BR2_PACKAGE_MODULE_INIT_TOOLS
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