Commit 143fb553 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

slinux: Add 2nd kernel rpi-un for aarch64

Suggested by sin@.
parent 2ef7827c
......@@ -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 \
......
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