Commit d8b4e379 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

e2k: disable ModemManager by default

Looks like it can get stuck for quite some time on serial ports that are present and might be occupied by other processes already.
parent 1c103eb8
......@@ -21,6 +21,7 @@ endif
@$(call add,THE_PACKAGES,fruid_print)
@$(call add,THE_PACKAGES,pwmd)
@$(call add,DEFAULT_SERVICES_DISABLE,pwmd)
@$(call add,DEFAULT_SERVICES_DISABLE,ModemManager) # COM issues
@$(call set,KFLAVOURS,elbrus-def) # no other flavours for now
@$(call xport,STAGE2_BOOTARGS)
......
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