Since nfct_reasm is no longer used in struct sk_buff in kernel 3.10.23 and newer, the following patch is required to be able to build ltq-atm. This fixes bugs #14633 and #14634.
Signed-off-by: Matti Laakso <malaa...@elisanet.fi> --- Index: package/kernel/lantiq/ltq-atm/src/ltq_atm.c =================================================================== --- package/kernel/lantiq/ltq-atm/src/ltq_atm.c (revision 39210) +++ package/kernel/lantiq/ltq-atm/src/ltq_atm.c (working copy) @@ -885,8 +885,6 @@ #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) nf_conntrack_put(new_skb->nfct); new_skb->nfct = NULL; - nf_conntrack_put_reasm(new_skb->nfct_reasm); - new_skb->nfct_reasm = NULL; #ifdef CONFIG_BRIDGE_NETFILTER nf_bridge_put(new_skb->nf_bridge); new_skb->nf_bridge = NULL; _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel