impossible to rebuild same ipt_LOG.o objet as Coova original

Hi David,

I would like to modify source code of ipt_LOG.c to replace only /lib/modules/2.4.30/ipt_LOG.o by the new one that i have build.
I am using whiterussian-0.9.tar.bz2.
When I make the first time, it generate a ipt_LOG.o (8,312B exactly the same as coova original firmware. now i clean net fiter with:
>cd /home/maurice/whiterussian-0.9/build_mipsel/linux
>make netfilter clean
I change in /home/maurice/whiterussian-0.9/build_mipsel/linux/.config:
CONFIG_IP_NF_TARGET_LOG=m by CONFIG_IP_NF_TARGET_LOG=y
>make
I obtain ipt_LOG.o (8.384B) so not the same size and when I try to replace the original one i obtain:
root@CoovaAP:/lib/modules/2.4.30# insmod ipt_LOG
Using /lib/modules/2.4.30/ipt_LOG.o
Warning: loading ipt_LOG will taint the kernel: no license
See http://www.tux.org/lkml/#export-tainted" target="_blank for information about tainted modules
insmod: Relocation overflow of type 4 for printk
insmod: Relocation overflow of type 4 for printk
insmod: Relocation overflow of type 4 for printk
insmod: Relocation overflow of type 4 for do_softirq

Please could you give me the linux ".config" file or your "linux 2.4.30 archive source file" that you are using for compile "CoovaAP Firmware - version 1.0 beta.7d"

Thank in advance for your help
Maurice David

Re: impossible to rebuild same ipt_LOG.o objet as Coova orig

This is resolved.

If it interests somebody, I will complete this post with my solution.

M David