mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-21 06:10:48 +00:00
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
@ -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 New Issue
Block a user