Commit 727c3b6b authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

e2k: fix embedded gpu handling tweak

e1cp and e2c3 have tricky GPU driver modules that can misinit given the lack of other modules they don't directly depend on; let's provide softdep lists so that the prereqs do get loaded. See-also: mcst#8098
parent 631b25cb
......@@ -17,8 +17,9 @@ ifeq (,$(filter-out e2kv4 e2kv5,$(ARCH)))
@# 8C/8CB specific
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-sensors-stage2)
endif
ifeq (,$(filter-out e2kv6,$(ARCH)))
@$(call add,SYSTEM_PACKAGES,softdep-mga25) # mcst#8089
ifeq (,$(filter-out e2kv6 e2kv4,$(ARCH)))
@# 1C+/2C3 specific
@$(call add,SYSTEM_PACKAGES,softdep-mga2x) # mcst#8089
endif
@$(call add,BASE_PACKAGES,mirror-e2k-alt)
@$(call add,THE_PACKAGES,fruid_print)
......
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