mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	iptables: make iptables-mod-conntrack-extra depend on kmod-ipt-raw
Since kernel 4.14 there is no auto assignment of conntrack helpers anymore so fw3 needs raw table support in order to stage ct helper assignment rules. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
		
							parent
							
								
									6c227e45cb
								
							
						
					
					
						commit
						e5f56c07d7
					
				@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
PKG_NAME:=iptables
 | 
					PKG_NAME:=iptables
 | 
				
			||||||
PKG_VERSION:=1.6.2
 | 
					PKG_VERSION:=1.6.2
 | 
				
			||||||
PKG_RELEASE:=2
 | 
					PKG_RELEASE:=3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_SOURCE_PROTO:=git
 | 
					PKG_SOURCE_PROTO:=git
 | 
				
			||||||
PKG_SOURCE_URL:=https://git.netfilter.org/iptables
 | 
					PKG_SOURCE_URL:=https://git.netfilter.org/iptables
 | 
				
			||||||
@ -122,7 +122,7 @@ Extra iptables nftables compat binaries.
 | 
				
			|||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Package/iptables-mod-conntrack-extra
 | 
					define Package/iptables-mod-conntrack-extra
 | 
				
			||||||
$(call Package/iptables/Module, +kmod-ipt-conntrack-extra)
 | 
					$(call Package/iptables/Module, +kmod-ipt-conntrack-extra +kmod-ipt-raw)
 | 
				
			||||||
  TITLE:=Extra connection tracking extensions
 | 
					  TITLE:=Extra connection tracking extensions
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user