← Back to Users
teeqemm's activity in the archive.
Try this: cd /usr/src/linux-2.4.19 cp .config /tmp make mrproper cp /tmp/.config . make oldconfig make depend bzImage modules modules_install... (I think it's mentioned in the kernel faq)
Try this: cd /usr/src/linux-2.4.19
cp .config /tmp
make mrproper
cp /tmp/.config .
make oldconfig
make depend bzImage modules modules_install...
(I think it's mentioned in the kernel faq)