mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	iptables: remove layer7 leftovers (#19506)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45481
This commit is contained in:
		
							parent
							
								
									c73adc80a3
								
							
						
					
					
						commit
						6057a09ae6
					
				@ -516,15 +516,10 @@ define BuildPlugin
 | 
			
		||||
  $$(eval $$(call BuildPackage,$(1)))
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
L7_INSTALL:=\
 | 
			
		||||
	$(INSTALL_DIR) $$(1)/etc/l7-protocols; \
 | 
			
		||||
	$(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
$(eval $(call BuildPackage,iptables))
 | 
			
		||||
$(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
 | 
			
		||||
$(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
 | 
			
		||||
$(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
 | 
			
		||||
$(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m)))
 | 
			
		||||
$(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
 | 
			
		||||
$(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
 | 
			
		||||
$(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m)))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user