mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
netfilter: fix typo in kmod-nft-dup-inet
Fix typo of 'family' in a7e9445975
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
d85013460d
commit
191742eb8d
@ -1149,7 +1149,7 @@ $(eval $(call KernelPackage,nft-bridge))
|
|||||||
|
|
||||||
define KernelPackage/nft-dup-inet
|
define KernelPackage/nft-dup-inet
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=Netfilter nf_tables dup in ip/ip6/inet familly support
|
TITLE:=Netfilter nf_tables dup in ip/ip6/inet family support
|
||||||
DEPENDS:=+kmod-nft-core +kmod-nf-conntrack +IPV6:kmod-nf-conntrack6
|
DEPENDS:=+kmod-nft-core +kmod-nf-conntrack +IPV6:kmod-nf-conntrack6
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_NF_DUP_IPV4 \
|
CONFIG_NF_DUP_IPV4 \
|
||||||
|
Loading…
Reference in New Issue
Block a user