All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] linux-firmware-add-intel-6e.patch
@ 2022-12-08 21:11 Stephan Henningsen
  2022-12-11 10:32 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephan Henningsen @ 2022-12-08 21:11 UTC (permalink / raw)
  To: buildroot

Config.in: add option for installing firmware files for Intel 6/6E 
devices
linux-firmware.mk: add target for installing firmware files for Intel 
6/6E devices

Signed-off-by: Stephan Henningsen <stephan+buildroot@asklandd.dk>

diff -purN linux-firmware.orig/Config.in linux-firmware/Config.in
--- linux-firmware.orig/Config.in 2022-12-08 21:35:15.051696882 +0100
+++ linux-firmware/Config.in 2022-12-08 21:45:49.730000447 +0100
@@ -268,6 +268,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIF
    Firmware files for the Intel Wifi 9xxx devices supported by
    the iwlwifi kernel driver.

+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6E
+ bool "Intel iwlwifi Wi-Fi 6/6E
+ help
+ Firmware files for the Intel Wi-Fi 6 and Wi-Fi 6E devices
+ supported by the iwlwifi kernel driver.
+
 config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
  bool "Libertas SD 8686 v8"
  help
diff -purN linux-firmware.orig/linux-firmware.mk 
linux-firmware/linux-firmware.mk
--- linux-firmware.orig/linux-firmware.mk 2022-12-08 21:35:15.051696882 
+0100
+++ linux-firmware/linux-firmware.mk 2022-12-08 21:45:09.536584391 +0100
@@ -514,6 +514,11 @@ LINUX_FIRMWARE_FILES += iwlwifi-9???-*.u
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
 endif

+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6E),y)
+LINUX_FIRMWARE_FILES += iwlwifi-so-a0-gf-a0*.{ucode,pnvm}
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3),y)
 LINUX_FIRMWARE_FILES += tigon/*
 # No license file; the license is in the file WHENCE



_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-11 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08 21:11 [Buildroot] linux-firmware-add-intel-6e.patch Stephan Henningsen
2022-12-11 10:32 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.