7.8. Module-Init-Tools-3.2.2

The Module-Init-Tools package contains programs for handling kernel modules in Linux kernels greater than or equal to version 2.5.47.

7.8.1. Installation of Module-Init-Tools

This patch updates config.guess and config.sub for MIPS processors.

patch -Np1 -i ../module-init-tools-3.2.2-config_update-1.patch

Prepare Module-Init-Tools for compilation:

./configure --prefix=/ \
    --host=${LFS_TARGET}

Compile the package:

make

Install the package:

make DESTDIR="${LFS}" install

Details on this package are located in Section 10.43.2, “Contents of Module-Init-Tools.”