Commit 4a6dcee8 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

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
parent 67efffe5
......@@ -21,6 +21,7 @@ ifeq (,$(filter-out e2kv6 e2kv4,$(ARCH)))
@# 1C+/2C3 specific
@$(call add,SYSTEM_PACKAGES,softdep-mga2x) # mcst#8089
endif
@$(call add,SYSTEM_PACKAGES,softdep-i2c-mux) # mcst#8627
@$(call add,BASE_PACKAGES,mirror-e2k-alt)
@$(call add,THE_PACKAGES,fruid_print)
@$(call add,THE_PACKAGES,pwmd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment