From 0b721a149e4815570418ac391ec091c1c506e91f Mon Sep 17 00:00:00 2001 From: deimosian Date: Tue, 26 Mar 2024 21:49:18 -0400 Subject: [PATCH] Add support for other FM 3180 SKU Add support for FM 3180 Reverse Airflow SKU. --- .../debian/platform-modules-questone2.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-questone2.init b/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-questone2.init index 894143bde55b..d5f230a34ef5 100644 --- a/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-questone2.init +++ b/platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-questone2.init @@ -34,7 +34,7 @@ start) hwsku=$(decode-syseeprom | grep "Label" | awk '{print $5 $6}') platform_path="/usr/share/sonic/device/x86_64-cel_questone_2-r0/" if [ x$hwsku = x"Questone-II" ] || [ x$hwsku = x"ArcticaNX4808xxv" ] || \ - [ x$hwsku = x"R1N25A" ]; then + [ x$hwsku = x"R1N25A" ] || [ x$hwsku = x"R1N26A" ]; then echo "Questone_2 t1" > $hwsku_file cp ${platform_path}/Questone_2/platform_components.json $platform_path cp ${platform_path}/Questone_2/custom_led.bin $platform_path