0e0772596e
Signed-off-by: pettershao-ragilenetworks pettershao@ragilenetworks.com What I did it Add new platform x86_64-ragile_ra-b6510-32c-r0 (Trident 3) ASIC Vendor: Broadcom Switch ASIC: Trident 3 Port Config: 32x100G Add new platform x86_64-ragile_ra-b6920-4s-r0 (Tomahawk 3) ASIC Vendor: Broadcom Switch ASIC: Tomahawk 3 Port Config: 128x100G -How I did it Provide device and platform related files. -How to verify it show platform fan show platform ssdhealth show platform psustatus show platform summary show platform syseeprom show platform temperature show interface status
9 lines
161 B
Makefile
Executable File
9 lines
161 B
Makefile
Executable File
currentdir = $(shell pwd)
|
|
|
|
MODULE_DIRS := ra-b6510-48v8c
|
|
MODULE_DIRS += ra-b6910-64c
|
|
MODULE_DIRS += ra-b6510-32c
|
|
MODULE_DIRS += ra-b6920-4s
|
|
|
|
export MODULE_DIRS
|