8325500560
Why I did it Added support for the device N3248TE How I did it Implemented the support for the platform N3248TE Switch Vendor: DellEMC Switch SKU: N3248TE ASIC Vendor: Broadcom SONiC Image: sonic-broadcom.bin How to verify it Verified the show platform commands
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# postinst script for N3248TE
|
|
|
|
# Enable Dell-N3248TE-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-n3248te.service
|
|
systemctl start platform-modules-n3248te.service
|
|
#DEBHELPER#
|