Instead of directly editing config files, go to /usr/src/linux-2.4/ (or /usr/src/linux/ if that is the link to your current kernel source). Then as root, type:
To find out where to find CONFIG_MODVERSIONS, simply type
and enter your search:
This will give you the following output:
Code:
Symbol: MODVERSIONS [=n]
Prompt: Module versioning support (EXPERIMENTAL)
Defined at init/Kconfig:462
Depends on: MODULES && EXPERIMENTAL
Location:
-> Loadable module support
-> Enable loadable module support (MODULES [=y])
So, when you then exit and return to the main menu, you will find your config option under "loadable module support" -> "Enable loadable... etc" and you can change it to NO.
Then quit, save the config file and do the usual make, make modules_install etc.
Hope this helps.
Cheers, Leon.