All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/7] linux-firmware: add support for intel iwlwifi 7265D
Date: Tue, 19 Apr 2016 11:44:03 -0300	[thread overview]
Message-ID: <1461077048-16189-3-git-send-email-gustavo@zacarias.com.ar> (raw)
In-Reply-To: <1461077048-16189-1-git-send-email-gustavo@zacarias.com.ar>

It selects 7265 non-D firmware since they share the same firmware for
old kernel versions (rev 10 D-variant is the same as rev 10 non-D).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-firmware/Config.in         | 7 +++++++
 package/linux-firmware/linux-firmware.mk | 5 +++++
 2 files changed, 12 insertions(+)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 5a94a3c..1dfb280 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -98,6 +98,13 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7265
 	  Firmware files for the Intel Wifi 7265 devices supported by
 	  the iwlwifi kernel driver.
 
+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7265D
+	bool "Intel iwlwifi 7265D"
+	select BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7265
+	help
+	  Firmware files for the Intel Wifi 7265D devices supported by
+	  the iwlwifi kernel driver.
+
 config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
 	bool "Libertas SD 8686 v8"
 	help
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 2770bd9..532604b 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -257,6 +257,11 @@ LINUX_FIRMWARE_FILES += iwlwifi-7265-*.ucode
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
 endif
 
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7265D),y)
+LINUX_FIRMWARE_FILES += iwlwifi-7265D-*.ucode
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BNX2X),y)
 LINUX_FIRMWARE_FILES += \
 	bnx2x/bnx2x-e1-7.10.51.0.fw \
-- 
2.7.3

  parent reply	other threads:[~2016-04-19 14:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-19 14:44 [Buildroot] [PATCH v2 0/7] linux-firmware bumps and additions Gustavo Zacarias
2016-04-19 14:44 ` [Buildroot] [PATCH v2 1/7] linux-firmware: drop revision handling for iwlwifi Gustavo Zacarias
2016-04-24 21:39   ` Thomas Petazzoni
2016-04-19 14:44 ` Gustavo Zacarias [this message]
2016-04-24 21:40   ` [Buildroot] [PATCH v2 2/7] linux-firmware: add support for intel iwlwifi 7265D Thomas Petazzoni
2016-04-19 14:44 ` [Buildroot] [PATCH v2 3/7] linux-firmware: bump version Gustavo Zacarias
2016-04-24 21:40   ` Thomas Petazzoni
2016-04-19 14:44 ` [Buildroot] [PATCH v2 4/7] linux-firmware: add support for intel iwlwifi 8000C Gustavo Zacarias
2016-04-24 21:41   ` Thomas Petazzoni
2016-04-19 14:44 ` [Buildroot] [PATCH v2 5/7] linux-firmware: add support for intel iwlwifi 8265 Gustavo Zacarias
2016-04-19 14:44 ` [Buildroot] [PATCH v2 6/7] linux-firmware: add support for intel iwlwifi 3168 Gustavo Zacarias
2016-04-19 14:44 ` [Buildroot] [PATCH v2 7/7] linux-firmware: add support for intel iwlwifi 6000g2b Gustavo Zacarias

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461077048-16189-3-git-send-email-gustavo@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.