2004-02-27, 09:02 PM
for 2.6, it was even easier....
make menuconfig (if you have a /boot/config-ver.sion and the version matches the current running kernel, make menuconfig will do most of the config for you)
then in menuconfig, change any specific options you want, save
then,
make
make modules
make modules_install
make install
DONE.
easy as pie,