Commit ca517ecc authored by Michael Shigorin's avatar Michael Shigorin

firmware: introduced use/firmware/laptop

acpi_call is used far too often when dealing with the newer portable x86 hardware, we're better off including it when it's available. regular.mk adjusted appropriately.
parent a903457e
......@@ -14,7 +14,7 @@ distro/.regular-base: distro/.base +live +wireless use/live/ru \
# DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255
distro/.regular-desktop: distro/.regular-base \
use/systemd use/syslinux/ui/gfxboot use/firmware/cpu use/efi/refind
use/systemd use/syslinux/ui/gfxboot use/firmware/laptop use/efi/refind
@$(call add,LIVE_LISTS,domain-client)
@$(call add,THE_BRANDING,bootloader)
@$(call set,KFLAVOURS,std-def)
......
......@@ -27,3 +27,6 @@ use/firmware/wireless: use/firmware
@#$(call add,THE_PACKAGES_REGEXP,firmware-iwl.*)
@#$(call add,THE_PACKAGES_REGEXP,firmware-rt.*)
@$(call add,THE_PACKAGES_REGEXP,firmware-zd.*)
use/firmware/laptop: use/firmware/wireless use/firmware/cpu
@$(call add,KMODULES,acpi_call)
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