Skip to content

Commit

Permalink
Fix kmod config
Browse files Browse the repository at this point in the history
Summary: Updates kmod config to reflect the new format. Fixes failing provisioning jobs for meru800biab

Reviewed By: kimdo8736

Differential Revision: D68450562

fbshipit-source-id: 40bbe098527f1f163b6fe70616b90627f4b177dc
  • Loading branch information
Scott8440 authored and facebook-github-bot committed Jan 21, 2025
1 parent fe0984a commit 08a871f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions fboss/platform/configs/meru800biab/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,19 +1598,9 @@
},
"bspKmodsRpmName": "arista_bsp_kmods",
"bspKmodsRpmVersion": "0.7.6-1",
"bspKmodsToReload": [
"scd-xcvr",
"scd-spi",
"scd-leds",
"scd-smbus",
"scd-info",
"dsf-fan-cpld"
],
"sharedKmodsToReload": [
"scd"
],
"upstreamKmodsToLoad": [
"requiredKmodsToLoad": [
"spidev",
"i2c-i801"
"i2c_i801",
"scd"
]
}

0 comments on commit 08a871f

Please sign in to comment.