c668f2ab5e
Why I did it Added support for the device S5224F How I did it Implemented the support for the platform S5224F Switch Vendor: DellEMC Switch SKU: S5224F-ON ASIC Vendor: Broadcom SONiC Image: sonic-broadcom.bin How to verify it Verified the show platform/interface commands
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
# postinst script for S5224f
|
|
|
|
# Enable Dell-S5224f-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-s5224f.service
|
|
systemctl start platform-modules-s5224f.service
|
|
|
|
|
|
#DEBHELPER#
|
|
|