summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant2023-05-29 17:17:38 +0000
committerKevin Darbyshire-Bryant2023-06-03 12:09:27 +0000
commit191742eb8ddc4353eedf71a327fb17a11c5a3a99 (patch)
tree5629e61557fa245c6e7bf2e84a20b8e2e7016aae
parentd85013460d47b538389b08506fda49e96a1968b5 (diff)
downloadopenwrt-191742eb8ddc4353eedf71a327fb17a11c5a3a99.tar.gz
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>
-rw-r--r--package/kernel/linux/modules/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index 37b5ff597c..86a5ffb5c5 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -1149,7 +1149,7 @@ $(eval $(call KernelPackage,nft-bridge))
define KernelPackage/nft-dup-inet
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
KCONFIG:= \
CONFIG_NF_DUP_IPV4 \