Added Accton AS7926_80xk support

This commit is contained in:
phani-karanam
2019-05-15 23:13:37 +08:00
parent 16916d4f5b
commit 79689df4f5
47 changed files with 4706 additions and 1 deletions

View File

@@ -525,7 +525,11 @@ class OnlPlatformPortConfig_32x100(object):
class OnlPlatformPortConfig_64x100(object):
PORT_COUNT=64
PORT_CONFIG="64x100"
class OnlPlatformPortConfig_80x100(object):
PORT_COUNT=80
PORT_CONFIG="80x100"
class OnlPlatformPortConfig_128x100(object):
PORT_COUNT=128
PORT_CONFIG="128x100"