[openwrt/openwrt] netfilter: fix typo in kmod-nft-dup-inet
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 8 08:28:54 PDT 2023
chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/b99b89da52df3cdc052d24bce8b863f747a43bab
commit b99b89da52df3cdc052d24bce8b863f747a43bab
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Mon May 29 18:17:38 2023 +0100
netfilter: fix typo in kmod-nft-dup-inet
Fix typo of 'family' in a7e9445975
Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
(cherry picked from commit 191742eb8ddc4353eedf71a327fb17a11c5a3a99)
---
package/kernel/linux/modules/netfilter.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index e6dc400b30..5bd1bfbbc7 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 \
More information about the lede-commits
mailing list