From 4ca6980507492af1c85b6da4f96258eedf5fd72b Mon Sep 17 00:00:00 2001 From: padavanonly Date: Sat, 22 Mar 2025 20:25:57 +0800 Subject: [PATCH] ipv6: fix statics data unvalid --- defconfig/mt7981-ax3000-gsw-usboffload.config | 1 + defconfig/mt7981-ax3000.config | 1 + defconfig/mt7986-ax4200-bpir3_mini.config | 1 + defconfig/mt7986-ax4200.config | 1 + defconfig/mt7986-ax6000.config | 1 + defconfig/nx60pro-ipailna-high-power.config | 1 + 6 files changed, 6 insertions(+) diff --git a/defconfig/mt7981-ax3000-gsw-usboffload.config b/defconfig/mt7981-ax3000-gsw-usboffload.config index 3ad9910e17..3fcd44fca8 100644 --- a/defconfig/mt7981-ax3000-gsw-usboffload.config +++ b/defconfig/mt7981-ax3000-gsw-usboffload.config @@ -161,6 +161,7 @@ CONFIG_PACKAGE_ethtool=y CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_ip-bridge=y CONFIG_PACKAGE_ip6tables-extra=y +CONFIG_PACKAGE_ip6tables-nft=y CONFIG_PACKAGE_ipset=y CONFIG_PACKAGE_iptables-mod-conntrack-extra=y CONFIG_PACKAGE_iptables-mod-extra=y diff --git a/defconfig/mt7981-ax3000.config b/defconfig/mt7981-ax3000.config index d8b278fa5a..ca75f029fd 100644 --- a/defconfig/mt7981-ax3000.config +++ b/defconfig/mt7981-ax3000.config @@ -161,6 +161,7 @@ CONFIG_PACKAGE_ethtool=y CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_ip-bridge=y CONFIG_PACKAGE_ip6tables-extra=y +CONFIG_PACKAGE_ip6tables-nft=y CONFIG_PACKAGE_ipset=y CONFIG_PACKAGE_iptables-mod-conntrack-extra=y CONFIG_PACKAGE_iptables-mod-extra=y diff --git a/defconfig/mt7986-ax4200-bpir3_mini.config b/defconfig/mt7986-ax4200-bpir3_mini.config index a0f243fb5b..c4c711edf5 100644 --- a/defconfig/mt7986-ax4200-bpir3_mini.config +++ b/defconfig/mt7986-ax4200-bpir3_mini.config @@ -6461,6 +6461,7 @@ CONFIG_PACKAGE_ebtables=y CONFIG_PACKAGE_ip6tables=y CONFIG_PACKAGE_ip6tables-extra=y CONFIG_PACKAGE_ip6tables-mod-nat=y +CONFIG_PACKAGE_ip6tables-nft=y CONFIG_PACKAGE_iptables=y # CONFIG_IPTABLES_CONNLABEL is not set # CONFIG_IPTABLES_NFTABLES is not set diff --git a/defconfig/mt7986-ax4200.config b/defconfig/mt7986-ax4200.config index 1e1a4a705e..f0f5bff610 100644 --- a/defconfig/mt7986-ax4200.config +++ b/defconfig/mt7986-ax4200.config @@ -137,6 +137,7 @@ CONFIG_PACKAGE_ebtables=y CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_ip-bridge=y CONFIG_PACKAGE_ip6tables-extra=y +CONFIG_PACKAGE_ip6tables-nft=y CONFIG_PACKAGE_ipset=y CONFIG_PACKAGE_iptables-mod-conntrack-extra=y CONFIG_PACKAGE_iptables-mod-extra=y diff --git a/defconfig/mt7986-ax6000.config b/defconfig/mt7986-ax6000.config index 997cc39c97..d0aac25b45 100644 --- a/defconfig/mt7986-ax6000.config +++ b/defconfig/mt7986-ax6000.config @@ -139,6 +139,7 @@ CONFIG_PACKAGE_ebtables=y CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_ip-bridge=y CONFIG_PACKAGE_ip6tables-extra=y +CONFIG_PACKAGE_ip6tables-nft=y CONFIG_PACKAGE_ipset=y CONFIG_PACKAGE_iptables-mod-conntrack-extra=y CONFIG_PACKAGE_iptables-mod-extra=y diff --git a/defconfig/nx60pro-ipailna-high-power.config b/defconfig/nx60pro-ipailna-high-power.config index 54828a861d..63ca8a216b 100644 --- a/defconfig/nx60pro-ipailna-high-power.config +++ b/defconfig/nx60pro-ipailna-high-power.config @@ -139,6 +139,7 @@ CONFIG_PACKAGE_ebtables=y CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_ip-bridge=y CONFIG_PACKAGE_ip6tables-extra=y +CONFIG_PACKAGE_ip6tables-nft=y CONFIG_PACKAGE_ipset=y CONFIG_PACKAGE_iptables-mod-conntrack-extra=y CONFIG_PACKAGE_iptables-mod-extra=y