[OpenWrt-Devel] [PATCH] Adding orion watchdog kernelmodule

2010-12-10 Thread Michael Kämmerer
This patch adds kernelmodule for watchdog timer on platform orion. Signed-off-by: Michael Kämmerer -- Index: package/kernel/modules/other.mk === --- package/kernel

[OpenWrt-Devel] No proc at very first time of preinit

2010-11-28 Thread Michael Kämmerer
I'm trying to realize a "diag.sh" file for signaling the router state via led flashing. My problem is, that when I try to read out the file "/proc/cpuinfo", I get an error on serial console, that there is no file cpuinfo. The failure is caused, because proc is not mounted at this very first time

Re: [OpenWrt-Devel] [PATCH][orion]Kernelpatches for kernel 2.6.36

2010-11-25 Thread Michael Kämmerer
s fine with the current patches/ (which is for the > current kernel). > The patches-2.6.32/ is to compile trunk with the Backfire kernel. > > Maddes > > On 25.11.2010 21:29, Michael Kämmerer wrote: > > In present trunk (r24146) for target orion, patchfiles reside in dir >

[OpenWrt-Devel] [PATCH][orion]Kernelpatches for kernel 2.6.36

2010-11-25 Thread Michael Kämmerer
In present trunk (r24146) for target orion, patchfiles reside in dir "patches" and "patches-2.6.32". Makefile uses kernel 2.6.36.1. The enclosed patchfile "copies" the needed patches for kernel 2.6.36. Signed-off-by: Michael Kaemmerer