Commit 0277a63d authored by Anton Midyukov's avatar Anton Midyukov

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

parent e1f2f41c
......@@ -35,4 +35,10 @@ ifeq (,$(filter-out armh,$(ARCH)))
vm/slinux-mcom02: use/slinux/vm-base use/armh-mcom02/x11; @:
endif
ifeq (,$(filter-out mipsel,$(ARCH)))
vm/slinux-tavolga: use/slinux/vm-base use/mipsel-mitx/x11; @:
vm/slinux-bfk3: use/slinux/vm-base use/mipsel-bfk3/x11; @:
endif
endif
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