mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-06 13:18:23 +00:00
Add vendor dellemc.
This commit is contained in:
1
packages/platforms/dellemc/Makefile
Normal file
1
packages/platforms/dellemc/Makefile
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include $(ONL)/make/pkg.mk
|
||||||
1
packages/platforms/dellemc/vendor-config/Makefile
Normal file
1
packages/platforms/dellemc/vendor-config/Makefile
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include $(ONL)/make/pkg.mk
|
||||||
1
packages/platforms/dellemc/vendor-config/PKG.yml
Normal file
1
packages/platforms/dellemc/vendor-config/PKG.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
!include $ONL/packages/base/any/templates/platform-config-vendor.yml VENDOR=dellemc Vendor=DellEMC
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
from onl.platform.base import *
|
||||||
|
|
||||||
|
class OnlPlatformDellEMC(OnlPlatformBase):
|
||||||
|
MANUFACTURER='DellEMC'
|
||||||
|
PRIVATE_ENTERPRISE_NUMBER=674
|
||||||
Reference in New Issue
Block a user