Hi, I'm putting together a kernel image package for debian mips and mipsel. To build actual usefull images I need to know what hardware the different subarchitectures have by default and which they can have. Example: My XXS1500 has onboard ethernet, sound, usb, flash card, smart card. The usualy boot method would be from flash or nfs-root. My .config has support for the flash, ethernet, initrd and nfs-root buildin but the sound and usb as modules. The .config should have only boot devices buildin and everything supported for the subarch as modules. That way everyone can boot but the memory footprint is kept reasonably low. If you are unsure about what all is supported on your subarch or if you only have a .config specialised to your needs send me that anyway with a little note saying so. I can compare different .configs and merge them or fix things when another user complains. MfG Goswin