e2k: add a stub for non e2k%

use/e2k/multiseat/full invoked from many targets, regardless of the
fact that it is e2k.
This commit is contained in:
Anton Midyukov
2021-08-22 00:11:51 +07:00
parent 141693c6d8
commit bb7c9eb91d

View File

@ -1,3 +1,4 @@
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%