kernel: remove duplicate br-netfilter file and Kconfig symbol from kmod-ebtables
br_netfilter.ko and the corresponding Kconfig symbol are already provided by kmod-br-netfilter, which is a dependency of kmod-ebtables. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
ea288126db
commit
ce89535bce
1 changed files with 2 additions and 5 deletions
|
@ -661,11 +661,8 @@ define KernelPackage/ebtables
|
|||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=Bridge firewalling modules
|
||||
DEPENDS:=+kmod-ipt-core +kmod-bridge +kmod-br-netfilter
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/net/bridge/br_netfilter.ko \
|
||||
$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||
KCONFIG:=CONFIG_BRIDGE_NETFILTER \
|
||||
$(KCONFIG_EBTABLES)
|
||||
FILES:=$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||
KCONFIG:=$(KCONFIG_EBTABLES)
|
||||
AUTOLOAD:=$(call AutoProbe,$(notdir $(EBTABLES-m)))
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue