mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 09:54:53 +00:00
kernel: ebtables depends on bridge
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37520
This commit is contained in:
parent
bb494ed639
commit
b037b0011e
@ -425,7 +425,7 @@ $(eval $(call KernelPackage,arptables))
|
|||||||
define KernelPackage/ebtables
|
define KernelPackage/ebtables
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=Bridge firewalling modules
|
TITLE:=Bridge firewalling modules
|
||||||
DEPENDS:=+kmod-ipt-core
|
DEPENDS:=+kmod-ipt-core +kmod-bridge
|
||||||
FILES:=$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
KCONFIG:=CONFIG_BRIDGE_NETFILTER=y \
|
KCONFIG:=CONFIG_BRIDGE_NETFILTER=y \
|
||||||
$(KCONFIG_EBTABLES)
|
$(KCONFIG_EBTABLES)
|
||||||
|
Loading…
Reference in New Issue
Block a user