mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/linux-firmware: properly fix drivers names for iwl3945/iwl4965
In 7130bcb44c (package/linux-firmware: Add Intel WiFi
3945ABG/BG/4965AGN), I improperly fixed the two drivers names...
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
@@ -203,13 +203,13 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3945
|
||||
bool "Intel iwlwifi 3945"
|
||||
help
|
||||
Firmware files for the Intel Wifi 3945 devices supported by
|
||||
the iwl3965 kernel driver.
|
||||
the iwl3945 kernel driver.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_4965
|
||||
bool "Intel iwlwifi 4965"
|
||||
help
|
||||
Firmware files for the Intel Wifi 4965 devices supported by
|
||||
the iwl4945 kernel driver.
|
||||
the iwl4965 kernel driver.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_5000
|
||||
bool "Intel iwlwifi 5000"
|
||||
|
||||
Reference in New Issue
Block a user