mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Renamed to match the platform.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
platform: x86-64-agc7648-r0
|
||||
platform: x86-64-agema-agc7648-r0
|
||||
install: /lib/platform-config/${platform}/onl
|
||||
|
||||
common:
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
######################################################################
|
||||
#
|
||||
# platform-config for x86_64-agc7648-r0
|
||||
# platform-config for x86_64-agema-agc7648-r0
|
||||
#
|
||||
#
|
||||
######################################################################
|
||||
|
||||
x86-64-agc7648-r0:
|
||||
x86-64-agema-agc7648-r0:
|
||||
|
||||
grub:
|
||||
|
||||
@@ -18,7 +18,7 @@ x86-64-agc7648-r0:
|
||||
--parity=0
|
||||
--stop=1
|
||||
|
||||
kernel:
|
||||
kernel:
|
||||
<<: *kernel-3-18
|
||||
|
||||
args: >-
|
||||
@@ -2,7 +2,7 @@ from onl.platform.base import *
|
||||
from onl.platform.accton import *
|
||||
|
||||
class OnlPlatform_x86_64_agc7648_r0(OnlPlatformAgema,
|
||||
OnlPlatformPortConfig_48x10_6x40):
|
||||
OnlPlatformPortConfig_48x10_6x40):
|
||||
MODEL="agc7648"
|
||||
PLATFORM="x86-64-agc7648-r0"
|
||||
PLATFORM="x86-64-agema-agc7648-r0"
|
||||
SYS_OBJECT_ID=".7648.1"
|
||||
Reference in New Issue
Block a user