slinux: Add 2nd kernel rpi-un for aarch64

Suggested by sin@.
This commit is contained in:
Mikhail Efremov 2022-05-21 11:27:33 +03:00 committed by Anton Midyukov
parent 2ef7827cf2
commit 143fb55366

View File

@ -91,6 +91,9 @@ endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,std-def)
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,KFLAVOURS,rpi-un std-def)
endif
use/slinux/live: use/live/x11 use/live/rw \
use/live/repo \