Re: make-kpkg modules_image question

2002-01-20 Thread Brian Nelson
Kurt Lieber <[EMAIL PROTECTED]> writes: > On Sunday 20 January 2002 02:03 am, Brian Nelson wrote: > > > No. Do 'make-kpkg kernel_image' instead. modules_image is for modules > > external to the kernel source, like ALSA. > > OK, so I went ahead and recompiled the kernel using make-kpkg kernel_i

Re: make-kpkg modules_image question

2002-01-20 Thread Kurt Lieber
On Sunday 20 January 2002 02:03 am, Brian Nelson wrote: > No. Do 'make-kpkg kernel_image' instead. modules_image is for modules > external to the kernel source, like ALSA. OK, so I went ahead and recompiled the kernel using make-kpkg kernel_image > > Assuming so, what do I then need to do to m

Re: make-kpkg modules_image question

2002-01-20 Thread Brian Nelson
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

Re: make-kpkg modules_image question

2002-01-20 Thread Adam Majer
On Sat, Jan 19, 2002 at 10:00:31PM -0800, Kurt Lieber wrote: > 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

make-kpkg modules_image question

2002-01-19 Thread Kurt Lieber
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? Assuming so, what do I then need to do t