projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24749ee
)
kernel: unhide kmod-br-netfilter
author
Matthias Schiffer
<
[email protected]
>
Mon, 9 Apr 2018 16:56:53 +0000
(18:56 +0200)
committer
Matthias Schiffer
<
[email protected]
>
Mon, 9 Apr 2018 16:56:53 +0000
(18:56 +0200)
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 <
[email protected]
>
package/kernel/linux/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netfilter.mk
b/package/kernel/linux/modules/netfilter.mk
index 295cf7671b48cfcb95a28d80fe8d6fab153a0aea..ee5be9a655b30f3e96f4c6e675b1c5665a2d06e9 100644
(file)
--- a/
package/kernel/linux/modules/netfilter.mk
+++ b/
package/kernel/linux/modules/netfilter.mk
@@
-754,7
+754,6
@@
$(eval $(call KernelPackage,arptables))
define KernelPackage/br-netfilter
SUBMENU:=$(NF_MENU)
TITLE:=Bridge netfilter support modules
- HIDDEN:=1
DEPENDS:=+kmod-ipt-core
FILES:=$(LINUX_DIR)/net/bridge/br_netfilter.ko
KCONFIG:=CONFIG_BRIDGE_NETFILTER