Commit 0ac3ec37 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

arm-rpi4: Use rpi-def kernel by default

At the moment rpi-def is LTS 5.10 rpi-un is 5.12 Revert "arm-rpi4: Use rpi-un kernel by default" This reverts commit 857bf72c.
parent 5581dc91
......@@ -24,7 +24,7 @@ use/arm-rpi4/kernel: use/arm-rpi4
@$(call add,THE_PACKAGES,rpi4-boot-uboot-filetrigger)
@$(call xport,RPI_NOUBOOT)
ifeq (aarch64,$(ARCH))
@$(call set,KFLAVOURS,rpi-un rpi-def)
@$(call set,KFLAVOURS,rpi-def rpi-un)
else
@$(call set,KFLAVOURS,rpi-def)
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