[Click] Re: error building linuxmodule

Arnau Oncins arnau.oncins at gmail.com
Wed Apr 13 11:52:06 EDT 2005


Hi,

I've found a solution: write the definition of in_interrupt() in
task.cc. Doing this, the make install command ens correctly. Exactly
you have to write in task.cc:

static int in_interrupt(void) { return 0; }

This comes from the linux-2.4.20-wifi-patch. It seems to be that the
kernel 2.6.11.6 patch doesn't patches linux systems with wireless
cards (and then in my desktop computer with wired cards it worked
perfectly).

I hope that this could be a good and usefull solution.

Arnau



More information about the click mailing list