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.
This commit is contained in:
Michael Shigorin 2013-02-21 13:37:31 +04:00
parent a903457e65
commit ca517ecc48
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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)