Re: [OpenWrt-Devel] [PATCH] kernel: 3.18: Fix kmod-ipt-nat

2014-11-24 Thread Maxime Ripard
On Sun, Nov 23, 2014 at 06:38:18PM -0800, Florian Fainelli wrote: > Le 07/11/2014 07:20, Maxime Ripard a écrit : > > The 3.18 kernel introduced new Kconfig options for the xt_nat and > > iptable_nat > > kernel modules, that both belong to the ipt_nat kernel package. > > > > Enable this new option

Re: [OpenWrt-Devel] [PATCH] kernel: 3.18: Fix kmod-ipt-nat

2014-11-23 Thread Florian Fainelli
Le 07/11/2014 07:20, Maxime Ripard a écrit : > The 3.18 kernel introduced new Kconfig options for the xt_nat and iptable_nat > kernel modules, that both belong to the ipt_nat kernel package. > > Enable this new options. > > Signed-off-by: Maxime Ripard FWIW, applied in r43212. -- Florian __

[OpenWrt-Devel] [PATCH] kernel: 3.18: Fix kmod-ipt-nat

2014-11-07 Thread Maxime Ripard
The 3.18 kernel introduced new Kconfig options for the xt_nat and iptable_nat kernel modules, that both belong to the ipt_nat kernel package. Enable this new options. Signed-off-by: Maxime Ripard --- include/netfilter.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netfilter.mk