Hello,

If anyone can help me to figure out a way by which I can modify a driver of linux kernel and make the change reflect in the router.

Till now just for testing I tried to download the tarballs by "make download" then I inserted a print statement on one of the drivers and then used "make" to build the image. Finally when I dmesg on the router the print statement doesn't work. I think my code has been overwritten when "make" is called.

Please give some advice on how to do that. After this works I want to work on changing some drivers.