On Fri, Jul 20, 2001 at 02:58:20PM +0200, Martin Michlmayr wrote: > * Florian Lohoff <[EMAIL PROTECTED]> [20010718 19:54]: > > Henning Heinold (Nick: woglinde) is working on the Boot-Floppies > > for "mips" for the "Indy" and "Indigo2" which will only be network > > bootimages like sparc. > > One big problem for mips and mipsel is that there are currently no > kernel images in Debian; so someone has to make a kernel-patch-* > package and then something like kernel-image-2.4.5-mipsel-decstation. > That's needed for boot-floppies. Any volunteers? > The support is in kernelpacke only some minor bug for mipsel. So you can build with mostly every sources. I now try build a kernel with xfs support for mipsel
in /usr/share/kernel-package/rules set the fowolling ##### mipsel ifeq ($(strip $(architecture)),mipsel) kimage := boot KERNEL_ARCH=mips -- Henning Heinold

