summaryrefslogtreecommitdiff
path: root/package/modutils/Config.in
blob: b166ac19e0720f7089b5623db60727f63f0faf6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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