Re: [OpenWrt-Devel] Kernel module development workflow

2014-07-09 Thread Rafał Miłecki
On 8 July 2014 21:24, Tomas Daujotas socc...@gmail.com wrote: I was looking for a good reference for OpenWRT kernel module development workflow. See attached file with commands. This allow you writing some external module as an OpenWrt package. helloworld/Makefile will have probably white

[OpenWrt-Devel] Kernel module development workflow

2014-07-08 Thread Tomas Daujotas
Hello, I was looking for a good reference for OpenWRT kernel module development workflow. I know that it is possible to download the linux kernel, set up the cross-compile and do all the job messing around the files, however I am interested if there is a *correct* way of doing driver development.