Commit 631b25cb authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

e2k: add softdep workaround for mga25.ko

The problem is with indirect module initialization dependencies (the infamous "Driver probe function unexpectedly returned 256" error when loading the module from initrd and not full rootfs); let's provide modprobe with a hint. Suggested-by: 's avatarVitaly Chikunov <vt@altlinux.org> See-also: mcst#8089 See-also: mcst#8392
parent 3fc55d52
......@@ -17,6 +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
endif
@$(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