Commit 00b94033 authored by Anton Midyukov's avatar Anton Midyukov

arm-rpi4: add u-boot-repka4 for all BRANCH except p10

parent bdf97133
......@@ -8,6 +8,9 @@ use/arm-rpi4: use/uboot use/auto-resize
@$(call add,THE_PACKAGES,u-boot-tools)
@$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,DEFAULT_SERVICES_DISABLE,smartd)
ifneq (,$(filter-out p10,$(BRANCH)))
@$(call add,THE_PACKAGES,u-boot-repka4)
endif
use/arm-rpi4/x11: use/arm-rpi4
@$(call add,THE_PACKAGES,pi-bluetooth)
......
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