Commit debf6e4e authored by Anton Midyukov's avatar Anton Midyukov

firmware: replace firmware-alsa-sof to use/firmware

Required for all modern intel-based systems.
parent a26b0567
......@@ -9,6 +9,9 @@ ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,THE_PACKAGES,firmware-linux-qcom)
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-alsa-sof)
endif
use/firmware/full: use/firmware/server use/firmware/laptop; @:
......@@ -41,6 +44,3 @@ use/firmware/wireless: use/firmware
@$(call add,THE_PACKAGES_REGEXP,firmware-zd.*)
use/firmware/laptop: use/firmware/cpu; @:
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-alsa-sof)
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