Hello all, 
Today I got the kernel to compile, fw image to pack and later, actually
boot on the device...
Before unable to mount root VFS panic, because mtd drivers are not yet
around. 
The kernel is 2.6.30.9 + openwrt patches + rlx hacks, toolchain is still
rsdk. 
However all the stuff required for initial boot is done, and for me it
looks like
I have the chances to pull this off, after all =)

For all who want a good laugh... this is what I found in their gpio
driver: 
---cut---
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27)
 kill_proc(1,SIGTERM,1);
 #else
...
---cut---
Nice way to check the kernel version, isn't it?

Looks like the work on mtd is next. 
code: http://invyl.ath.cx/cgit/cgit.cgi/openwrt/log/

I'll keep the list updated about the progress. 
Regards, 
Andrew
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to