Skip to content

Commit

Permalink
Add support for other FM 3180 SKU
Browse files Browse the repository at this point in the history
Add support for FM 3180 Reverse Airflow SKU.
  • Loading branch information
deimosian authored and bluecmd committed Mar 27, 2024
1 parent d5b64e7 commit 0b721a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b721a1

Please sign in to comment.