Commit d25cfed0 authored by Anton Midyukov's avatar Anton Midyukov

slinux: Do not use kernel rpi-un on aarch64

rpi-un no longer updated and un-def can be needed for some hardware.
parent a5b0e945
......@@ -97,9 +97,6 @@ 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