Commit bb7c9eb9 authored by Anton Midyukov's avatar Anton Midyukov

e2k: add a stub for non e2k%

use/e2k/multiseat/full invoked from many targets, regardless of the fact that it is e2k.
parent 141693c6
ifeq (,$(filter-out e2k%,$(ARCH)))
use/e2k: use/tty/S0 use/l10n/default/ru_RU
@$(call add_feature)
@$(call add,BASE_PACKAGES,installer-feature-e2k-fix-clock-stage3)
......@@ -68,3 +69,7 @@ use/e2k/sound/401:
else
use/e2k/sound/401:; @:
endif # e2k
else
use/e2k:; @:
use/e2k/%:; @:
endif # e2k%
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