mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 09:47:13 +00:00
Vendor configuration package for AlphaNetworks.
This commit is contained in:
1
packages/platforms/alphanetworks/vendor-config/Makefile
Normal file
1
packages/platforms/alphanetworks/vendor-config/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/platforms/alphanetworks/vendor-config/PKG.yml
Normal file
1
packages/platforms/alphanetworks/vendor-config/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL_TEMPLATES/platform-config-vendor.yml VENDOR=alphanetworks Vendor=AlphaNetworks
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from onl.platform.base import *
|
||||
|
||||
class OnlPlatformAlphaNetworks(OnlPlatformBase):
|
||||
MANUFACTURER='AlphaNetworks'
|
||||
PRIVATE_ENTERPRISE_NUMBER=31874
|
||||
Reference in New Issue
Block a user