From 3132227222993e103ec429aad21fa8c66b565ff6 Mon Sep 17 00:00:00 2001 From: Markus Gothe <markus.gothe@genexis.eu> Date: Wed, 4 Dec 2024 14:12:01 +0100 Subject: [PATCH] airoha: Enable MAC limit support. --- airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak | 2 +- .../en7523/UNION_EN7523_7915D_ActiveEthWan_KERNEL_5_4_demo.mak | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak b/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak index 366512540..13297475c 100644 --- a/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak +++ b/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak @@ -404,7 +404,7 @@ TCSUPPORT_SNMP_TRUSTIP=y # TCSUPPORT_ALIASIP is not set TCSUPPORT_DHCP_STATIC=y TCSUPPORT_DHCP_PROFILE=y -# TCSUPPORT_BRIDGE_MAC_LIMIT is not set +TCSUPPORT_BRIDGE_MAC_LIMIT=y # TCSUPPORT_CDS is not set # TCSUPPORT_TW_BOARD_CDS is not set # TCSUPPORT_TW_BOARD_CJ is not set diff --git a/airoha/en7523/UNION_EN7523_7915D_ActiveEthWan_KERNEL_5_4_demo.mak b/airoha/en7523/UNION_EN7523_7915D_ActiveEthWan_KERNEL_5_4_demo.mak index 843229f0c..9970c9d3c 100644 --- a/airoha/en7523/UNION_EN7523_7915D_ActiveEthWan_KERNEL_5_4_demo.mak +++ b/airoha/en7523/UNION_EN7523_7915D_ActiveEthWan_KERNEL_5_4_demo.mak @@ -205,3 +205,4 @@ TCSUPPORT_NP=y TCSUPPORT_NPU_WIFI_OFFLOAD=y TCSUPPORT_QOS_EIGHT_QUEUE=y TCSUPPORT_IOPSYS_DISABLE_IPV6_DEV_CONFIG_ECNT_HOOK=y +TCSUPPORT_BRIDGE_MAC_LIMIT=y -- GitLab