756de913cb
Why I did it Added support for the device Z9432F How I did it Implemented the support for the platform Z9432F Switch Vendor: DellEMC Switch SKU: Z9432F-ON ASIC Vendor: Broadcom SONiC Image: sonic-broadcom.bin
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
# postinst script for Z9432f
|
|
|
|
# Enable Dell-Z9432f-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-z9432f.service
|
|
systemctl start platform-modules-z9432f.service
|
|
|
|
|
|
#DEBHELPER#
|
|
|