I am working on porting Kamikaze to the Routerboard 100 series of boards by Microtik.  Using a patch from Microtik for the 2.4.31 kernel, I can get the system up and booting.  However there are still several issues I need to resolve:

1) Some of my packages are not getting adding to my filesystem tarball. Specifically ebtables is getting built and generating an ipkg, but the modules don't show in my build_mipsel/root directory.

2) I don't have any device nodes in /dev  I have created those by hand in order to get the system to boot.  Am I supposed to be using devfs to create them or is there a script that does it or do I need to write my own script?

3) I don't get a serial console.  rcS seems to hang after all the startup scripts finish and the output gets passed to logger.  If I comment out the logger and start /bin/ash from rcS, I get a console.  If I don't run ash from rcS, it just hangs and never returns to inittab.

Thanks in advance,
Hampton

(Last edited by cobar on 27 Feb 2007, 23:57)