[Platform]Accton as7312_54x, fixes insertion of the wrong psu driver

This commit is contained in:
roylee123
2017-08-03 09:43:39 +08:00
parent 3de71b4684
commit d31106980d

View File

@@ -9,7 +9,7 @@ class OnlPlatform_x86_64_accton_as7312_54x_r0(OnlPlatformAccton,
SYS_OBJECT_ID=".7312.54"
def baseconfig(self):
self.insmod('cpr_4011_4mxx')
self.insmod('ym2651y')
for m in [ 'cpld', 'fan', 'psu', 'leds', 'sfp' ]:
self.insmod("x86-64-accton-as7312-54x-%s.ko" % m)