e2k: add softdep-i2c-mux (mcst#8627)

This one fixes the "cooler goes off during installation"
10.2rc problem on multi-CPU e8c2 motherboards that follows
misinitialization of sensor drivers (lacking i2c mux init
_before_ them) and subsequent misreading of zero degree
temperature for CPUs (would need no cooling if it was true).

See-also: mcst#8627
Suggested-by: mcst.ru folks
Tested-by: elbrus.ru folks
This commit is contained in:
Michael Shigorin 2024-03-18 13:42:50 +03:00 committed by Anton Midyukov
parent 67efffe594
commit 4a6dcee8be

View File

@ -21,6 +21,7 @@ ifeq (,$(filter-out e2kv6 e2kv4,$(ARCH)))
@# 1C+/2C3 specific @# 1C+/2C3 specific
@$(call add,SYSTEM_PACKAGES,softdep-mga2x) # mcst#8089 @$(call add,SYSTEM_PACKAGES,softdep-mga2x) # mcst#8089
endif endif
@$(call add,SYSTEM_PACKAGES,softdep-i2c-mux) # mcst#8627
@$(call add,BASE_PACKAGES,mirror-e2k-alt) @$(call add,BASE_PACKAGES,mirror-e2k-alt)
@$(call add,THE_PACKAGES,fruid_print) @$(call add,THE_PACKAGES,fruid_print)
@$(call add,THE_PACKAGES,pwmd) @$(call add,THE_PACKAGES,pwmd)