I'm trying to compile a new hfsplus module which has read-write support But when I try to compile it ('make KERNELSRC=/usr/src/linux') i get a message indicating:
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
I've checked and the make config indicates that modules are enabled (obviously, it being a vanilla 2.4.22 mdk kernel).
So what could I be doing wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to compile a new hfsplus module which has read-write support But when I try to compile it ('make KERNELSRC=/usr/src/linux') i get a message indicating:
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
I've checked and the make config indicates that modules are enabled (obviously, it being a vanilla 2.4.22 mdk kernel).
So what could I be doing wrong?