K
krabs
Guest
So I have downloaded the entware openwrt buildroot environment and was trying to compile the ipt_owner.ko module which is available in the kmod-ipt-extra package.
I have enabled the packages in the openwrt_trunk .config file.
After compiling I have installed this packets in entware
But it insn't working when doing insmod ipt-owner.ko and I think this is also not right way to do it. Also I find no separate module *.ko in the build_dir. And kmod-ipt-nat is not compiled because of these warnings I think
what's the correct way of compiling just one module that can be insmodded without having to install all these packages which also doens't work in my example?
I have enabled the packages in the openwrt_trunk .config file.
After compiling I have installed this packets in entware
Code:
kernel_2.6.22-1-unknown_entware.ipk
kmod-ipt-conntrack_2.6.22-1_entware.ipk
kmod-ipt-core_2.6.22-1_entware.ipk
kmod-ipt-extra_2.6.22-1_entware.ipk
kmod-ipt-nathelper_2.6.22-1_entware.ipk -> this won't install because kmod-ipt-nat is needed
But it insn't working when doing insmod ipt-owner.ko and I think this is also not right way to do it. Also I find no separate module *.ko in the build_dir. And kmod-ipt-nat is not compiled because of these warnings I think
Code:
WARNING: module '/home/pieter-jan/openwrt/linux-2.6.22.19/net/netfilter/xt_multiport.ko' missing and modules.builtin not available, assuming built-in.
WARNING: module '/home/pieter-jan/openwrt/linux-2.6.22.19/net/netfilter/xt_multiport.ko' missing and modules.builtin not available, assuming built-in.
WARNING: module '/home/pieter-jan/openwrt/linux-2.6.22.19/net/ipv4/netfilter/iptable_raw.ko' missing and modules.builtin not available, assuming built-in.
WARNING: module '/home/pieter-jan/openwrt/linux-2.6.22.19/net/netfilter/xt_NOTRACK.ko' missing and modules.builtin not available, assuming built-in.
WARNING: module '/home/pieter-jan/openwrt/linux-2.6.22.19/net/ipv4/netfilter/iptable_raw.ko' missing and modules.builtin not available, assuming built-in.
WARNING: module '/home/pieter-jan/openwrt/linux-2.6.22.19/net/netfilter/xt_NOTRACK.ko' missing and modules.builtin not available, assuming built-in.
WARNING: skipping kmod-pcmcia-au1000 -- package not selected
what's the correct way of compiling just one module that can be insmodded without having to install all these packages which also doens't work in my example?