Commit 06b67bd7 authored by Anton Midyukov's avatar Anton Midyukov

firmware: Add firmware-bcm4345 for aarch64, armh

Needed for bluetooth support for Raspberry Pi.
parent 961db575
......@@ -5,6 +5,9 @@
use/firmware:
@$(call add_feature)
@$(call add,SYSTEM_PACKAGES,firmware-linux)
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-bcm4345)
endif
use/firmware/full: use/firmware/server use/firmware/laptop; @:
......
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