The Module-Init-Tools package contains programs for handling kernel modules in Linux kernels greater than or equal to version 2.5.47.
This patch updates config.guess and config.sub for MIPS processors.
patch -Np1 -i ../module-init-tools-3.2.2-config_update-1.patch
Issue the following commands to perform the tests (note that the make distclean command is required to clean up the source tree, as the source gets recompiled as part of the testing process):
CC="gcc ${BUILD64}" ./configure && make check && make distclean
Prepare Module-Init-Tools for compilation:
CC="gcc ${BUILD64}" ./configure --prefix="/" --enable-zlib
The meaning of the configure options:
This allows the Module-Init-Tools package to handle compressed kernel modules.
Compile the package:
make
Install the package:
make INSTALL=install install