Commit 5d2713ab authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

alt-server.mk: add e2kv6 metadata

It's an artificial name albeit my workstation (nee build server) is dubbed e1601 at work, but it's still beta than nothin'.
parent 084794bc
......@@ -62,6 +62,9 @@ endif
ifeq (,$(filter-out e2kv5,$(ARCH)))
@$(call set,META_APP_ID,ALT Server for Elbrus-90x)
endif
ifeq (,$(filter-out e2kv6,$(ARCH)))
@$(call set,META_APP_ID,ALT Server for Elbrus-160x)
endif
ifeq (,$(filter-out x86_64 i586,$(ARCH)))
distro/alt-server:: use/memtest; @:
......
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