d5b0e08e9d
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.
13 lines
407 B
Plaintext
13 lines
407 B
Plaintext
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
|