Kurt Lieber <[EMAIL PROTECTED]> writes: > I just compiled a new kernel and realized that I forgot to include ppp > support in the kernel. > > Rather than recompiling a new custom kernel, can I just make-kpkg clean, make > menuconfig and make-kpkg modules_image to compile ppp kernel support as a > module?
No. Do 'make-kpkg kernel_image' instead. modules_image is for modules external to the kernel source, like ALSA. > Assuming so, what do I then need to do to make the module loadable into my > existing kernel? # modconf -- Brian Nelson <[EMAIL PROTECTED]>