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