2d0bad0523
* * platform/innoviunm: Add a new supported device and platform, SSE-T7132S * Switch Vendor: Supermicro * Switch SKU: Supermicro_sse_t7132s * ASIC Vendor: innovium * Swich ASIC: TL7 * Port Configuration: 32x400G * SONiC Image: SONiC-ONIE-Innoviunm Signed-off-by: wilsonw <wilsonw@supermicro.com.tw>
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
# postinst script for SSE-T7132S
|
|
|
|
# Enable SuperMicro SSE-T7132S
|
|
depmod -a
|
|
modprobe -r iTCO_wdt
|
|
modprobe -r t7132s
|
|
modprobe t7132s
|
|
systemctl enable platform-modules-sse-t7132s.service
|
|
systemctl start platform-modules-sse-t7132s.service
|
|
systemctl enable sysled.service
|
|
|
|
|
|
#DEBHELPER#
|
|
|