# module-init-tools configuration menuconfig MODULE_INIT_TOOLS bool "Module Init Tools " help This package contains a set of programs for loading, inserting and removing kernel modules for Linux (versions 2.5.48 and above). config MODULE_INIT_TOOLS_INSMOD bool prompt "Install insmod on target" depends on MODULE_INIT_TOOLS && !BB_CONFIG_INSMOD help simple program to insert a module into the Linux Kernel comment "Busybox' insmod is selected!" depends on MODULE_INIT_TOOLS && BB_CONFIG_INSMOD config MODULE_INIT_TOOLS_RMMOD bool prompt "Install rmmod on target" depends on MODULE_INIT_TOOLS && !BB_CONFIG_RMMOD help simple program to remove a module from the Linux Kernel comment "Busybox' rmmod is selected!" depends on MODULE_INIT_TOOLS && BB_CONFIG_RMMOD config MODULE_INIT_TOOLS_LSMOD bool prompt "Install lsmod on target" depends on MODULE_INIT_TOOLS && !BB_CONFIG_LSMOD help program to show the status of modules in the Linux Kernel comment "Busybox' lsmod is selected!" depends on MODULE_INIT_TOOLS && BB_CONFIG_LSMOD config MODULE_INIT_TOOLS_MODINFO bool prompt "Install modinfo on target" depends on MODULE_INIT_TOOLS help program to show information about a Linux Kernel module config MODULE_INIT_TOOLS_MODPROBE bool prompt "Install modprobe on target" depends on MODULE_INIT_TOOLS && !BB_CONFIG_MODPROBE help program to add and remove modules from the Linux Kernel comment "Busybox' modprobe is selected!" depends on MODULE_INIT_TOOLS && BB_CONFIG_MODPROBE config MODULE_INIT_TOOLS_DEPMOD bool prompt "Install depmod on target" depends on MODULE_INIT_TOOLS help program to generate modules.dep and map files