Commit efac714c authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Add support for loongarch64

parent 16903cdc
......@@ -10,7 +10,7 @@ distro/alt-server: server_groups_virtipa = $(addprefix centaurus/,\
endif
endif
ifeq (,$(filter-out i586 x86_64 ppc64le aarch64 e2k%,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 ppc64le aarch64 loongarch64 e2k%,$(ARCH)))
distro/alt-server: server_groups_desktop = $(addprefix centaurus/,\
80-desktop emulators freenx-server mate office pidgin xorg scanning samba)
endif
......@@ -70,7 +70,7 @@ ifeq (,$(filter-out x86_64 i586,$(ARCH)))
distro/alt-server:: use/memtest; @:
endif
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
ifeq (,$(filter-out x86_64 aarch64 loongarch64,$(ARCH)))
distro/alt-server:: +efi; @:
endif
......
......@@ -43,6 +43,11 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,centaurus/token)
@$(call add,MAIN_PACKAGES,mate-reduced-resource)
endif
ifeq (,$(filter-out loongarch64,$(ARCH)))
@$(call set,KFLAVOURS,loongarch)
@$(call add,MAIN_GROUPS,centaurus/token)
@$(call add,MAIN_PACKAGES,mate-reduced-resource)
endif
@$(call add,MAIN_KMODULES,$(server_main_kmodules))
@$(call add,BASE_LISTS,centaurus/base)
@$(call add,BASE_LISTS,centaurus/base-server)
......@@ -57,7 +62,7 @@ endif
@$(call add,MAIN_LISTS,centaurus/disk)
@$(call add,THE_PROFILES,centaurus-10-server)
@$(call add,THE_PROFILES,centaurus-20-serverDC)
ifeq (,$(filter-out i586 x86_64 aarch64 e2k%,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 aarch64 loongarch64 e2k%,$(ARCH)))
@$(call add,THE_PROFILES,centaurus-30-desktop)
endif
@$(call add,THE_PROFILES,minimal)
......
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