Hi,
On Sat, Jan 04, 2014 at 01:37:37AM +0100, Cristiano wrote:
> Hi Martin,
>I'm doing the same think. I think you need to export the symbols from
> the file reassembly.c.
> Add the following lines below the functions:
>
> EXPORT_SYMBOL(lowpan_net_frag_init);
>
> EXPORT_SYMBOL(lowpan_net_f
Hi Martin,
I'm doing the same think. I think you need to export the symbols from
the file reassembly.c.
Add the following lines below the functions:
EXPORT_SYMBOL(lowpan_net_frag_init);
EXPORT_SYMBOL(lowpan_net_frag_exit);
I also think you need to add the module license to the same file or t
Hi Alex,
I had a problem with your 6lowpan_pending_patches branch when trying to
build the Kernel Modules in my environment, here's the log output:
| DEBUG: Executing shell function do_compile_kernelmodules
| NOTE: make -j 8 modules CC=microblazeel-poky-linux-gcc
LD=microblazeel-poky-linux-ld.bf