firmware: Add firmware-bcm4345 for aarch64, armh
Needed for bluetooth support for Raspberry Pi.
This commit is contained in:
parent
961db57535
commit
06b67bd75a
@ -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; @:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user