Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
debf6e4e
Commit
debf6e4e
authored
Mar 13, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firmware: replace firmware-alsa-sof to use/firmware
Required for all modern intel-based systems.
parent
a26b0567
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
config.mk
features.in/firmware/config.mk
+3
-3
No files found.
features.in/firmware/config.mk
View file @
debf6e4e
...
@@ -9,6 +9,9 @@ ifeq (,$(filter-out aarch64,$(ARCH)))
...
@@ -9,6 +9,9 @@ ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,THE_PACKAGES,firmware-linux-qcom)
@$(call add,THE_PACKAGES,firmware-linux-qcom)
endif
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-alsa-sof)
endif
use/firmware/full: use/firmware/server use/firmware/laptop; @:
use/firmware/full: use/firmware/server use/firmware/laptop; @:
...
@@ -41,6 +44,3 @@ use/firmware/wireless: use/firmware
...
@@ -41,6 +44,3 @@ use/firmware/wireless: use/firmware
@$(call add,THE_PACKAGES_REGEXP,firmware-zd.*)
@$(call add,THE_PACKAGES_REGEXP,firmware-zd.*)
use/firmware/laptop: use/firmware/cpu; @:
use/firmware/laptop: use/firmware/cpu; @:
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-alsa-sof)
endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment