education.mk: Add Raspberry Pi 4 support

This commit is contained in:
Anton Midyukov 2020-08-03 23:24:33 +07:00
parent f840c8b1da
commit 728e17a7c7

View File

@ -98,6 +98,9 @@ vm/alt-education: vm/systemd use/repo use/x11/armsoc \
use/oem use/bootloader/uboot mixin/education
@$(call add,DEFAULT_SERVICES_DISABLE,multipathd)
vm/alt-education-rpi: vm/alt-education use/arm-rpi4/x11
@$(call set,KFLAVOURS,rpi-un rpi-def)
vm/alt-education-tegra: vm/alt-education use/aarch64-tegra; @:
endif