mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	kernel: kmod-ebtables: do not depend on kmod-br-netfilter
While ebtables can be combined with br-netfilter, there is no good reason to make it a dependency. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
		
							parent
							
								
									f640ed73f9
								
							
						
					
					
						commit
						ff9a2ab830
					
				@ -766,7 +766,7 @@ $(eval $(call KernelPackage,br-netfilter))
 | 
			
		||||
define KernelPackage/ebtables
 | 
			
		||||
  SUBMENU:=$(NF_MENU)
 | 
			
		||||
  TITLE:=Bridge firewalling modules
 | 
			
		||||
  DEPENDS:=+kmod-ipt-core +kmod-br-netfilter
 | 
			
		||||
  DEPENDS:=+kmod-ipt-core
 | 
			
		||||
  FILES:=$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
 | 
			
		||||
  KCONFIG:=$(KCONFIG_EBTABLES)
 | 
			
		||||
  AUTOLOAD:=$(call AutoProbe,$(notdir $(EBTABLES-m)))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user