Re: [android-kernel] Re: Enabling NETFILTER and iptables command

2010-10-20 Thread Hamilton Vera
You are missing gen_initext.c file, something like this: extern void ipt_ah_init(void); extern void ipt_addrtype_init(void); extern void ipt_comment_init(void); extern void ipt_2connmark_init(void); extern void ipt_conntrack_init(void); extern void ipt_2dscp_init(void); extern void ipt_2ecn_init(

Re: [android-kernel] Re: Enabling NETFILTER and iptables command

2010-10-20 Thread Hamilton Vera
Iptables is just a front end to manipulate netfilter rules. You can enable netfilter in the kernel │ │ │ Symbol: NETFILTER [=y] │ │ Prompt: Network packet filtering framework (Netfilter) │ │ Defined at net/Kconfig:69 │ │ Depend

[android-kernel] Re: Enabling NETFILTER and iptables command

2010-10-20 Thread Antonio Conforti
I have download android-NDK and I have compile my iptables by this command: ./ndk-build in the folder of iptables where there is the file Android.mk. Now I get an error: extensions/initext.c:1:25: error: gen_initext.c: No such file or directory what does it mean? Antonio Conforti On 20 Ott, 16:

[android-kernel] Re: Enabling NETFILTER and iptables command

2010-10-20 Thread Antonio Conforti
How I Have to write my Makefile? In the folder of iptables source there is a file called Android.mk and other files. How can I compile my source? I need more detail Thanks Antonio Conforti On 19 Ott, 19:26, Brad Davis wrote: > If you have the Android kernel tree from "git" you can use the "make >