mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
- Kernel Modules
- Upgrade to 3.16 LTS
This commit is contained in:
@@ -1 +1 @@
|
||||
!include $ONL_TEMPLATES/platform-config-platform.yml ARCH=amd64 VENDOR=accton PLATFORM=x86-64-accton-as6812-32x-r0
|
||||
!include $ONL_TEMPLATES/platform-config-with-modules.yml ARCH=amd64 VENDOR=accton PLATFORM=x86-64-accton-as6812-32x-r0 MODULES=onl-platform-modules-x86-64-accton-as6812-32x:amd64
|
||||
|
||||
@@ -17,8 +17,8 @@ x86-64-accton-as6812-32x-r0:
|
||||
--parity=no
|
||||
--stop=1
|
||||
|
||||
kernel:
|
||||
<<: *kernel-3-2
|
||||
kernel:
|
||||
<<: *kernel-3-16
|
||||
|
||||
args: >-
|
||||
nopat
|
||||
|
||||
@@ -9,6 +9,10 @@ class OnlPlatform_x86_64_accton_as6812_32x_r0(OnlPlatformAccton,
|
||||
|
||||
def baseconfig(self):
|
||||
|
||||
self.insmod('cpr_4011_4mxx', required=False)
|
||||
for m in [ 'cpld', 'fan', 'psu', 'leds', 'sfp' ]:
|
||||
self.insmod("x86-64-accton-as6812-32x-%s.ko" % m, required=False)
|
||||
|
||||
########### initialize I2C bus 0 ###########
|
||||
# initialize CPLD
|
||||
self.new_i2c_devices(
|
||||
|
||||
Reference in New Issue
Block a user