kernel: unhide kmod-br-netfilter
kmod-br-netfilter is not only a support module, but can be useful on its own, using the net.bridge.bridge-nf-call-* sysctls. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
24749ee88f
commit
f640ed73f9
1 changed files with 0 additions and 1 deletions
|
@ -754,7 +754,6 @@ $(eval $(call KernelPackage,arptables))
|
||||||
define KernelPackage/br-netfilter
|
define KernelPackage/br-netfilter
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=Bridge netfilter support modules
|
TITLE:=Bridge netfilter support modules
|
||||||
HIDDEN:=1
|
|
||||||
DEPENDS:=+kmod-ipt-core
|
DEPENDS:=+kmod-ipt-core
|
||||||
FILES:=$(LINUX_DIR)/net/bridge/br_netfilter.ko
|
FILES:=$(LINUX_DIR)/net/bridge/br_netfilter.ko
|
||||||
KCONFIG:=CONFIG_BRIDGE_NETFILTER
|
KCONFIG:=CONFIG_BRIDGE_NETFILTER
|
||||||
|
|
Loading…
Reference in a new issue