basealt.mk: Add targets for Tavolga and BFK3 (mipsel)

This commit is contained in:
Anton Midyukov 2021-02-18 01:50:28 +07:00
parent 1e226dc6d4
commit b93bc28c74

View File

@ -66,6 +66,11 @@ ifeq (,$(filter-out armh,$(ARCH)))
vm/alt-workstation-mcom02: vm/.alt-workstation use/armh-mcom02/x11; @:
endif
ifeq (,$(filter-out mipsel,$(ARCH)))
vm/alt-workstation-tavolga: vm/.alt-workstation use/mipsel-mitx/x11; @:
vm/alt-workstation-bfk3: vm/.alt-workstation use/mipsel-bfk3/x11; @:
endif
vm/alt-workstation-cloud: vm/alt-p9-cloud use/x11/lightdm/gtk \
mixin/alt-workstation
@$(call add,THE_PACKAGES,cloud-init-config-netplan)