All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] linux-firmware: adjust Config.in text for mwifiex
@ 2015-12-01 23:21 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2015-12-01 23:21 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=1ce38192f0cfdf2900f3d8d08e2f7fe58492b1bb
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

With SD, USB and PCI-E variants available for several chips,
bus-prefixed entries get mis-aligned badly.
Rearrange them to use bus-suffixes instead.

Config options and the files themselves remain bus-prefixed.

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/linux-firmware/Config.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 32e9c6e..d838986 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -155,37 +155,37 @@ config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688
 	  Firmware files for the Marvell SD8688 module
 
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787
-	bool "Marvell Wifi-Ex SD 8787"
+	bool "Marvell Wifi-Ex 8787 SDIO"
 	help
 	  Firmware files for the Marvell Wifi-Ex 8787 module on SDIO.
 
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8797
-	bool "Marvell Wifi-Ex SD 8797"
+	bool "Marvell Wifi-Ex 8797 SDIO"
 	help
 	  Firmware files for the Marvell Wifi-Ex 8797 module on SDIO.
 
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8797
-	bool "Marvell Wifi-Ex USB 8797"
+	bool "Marvell Wifi-Ex 8797 USB"
 	help
 	  Firmware files for the Marvell Wifi-Ex 8797 module on USB.
 
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8887
-	bool "Marvell Wifi-Ex SD 8887"
+	bool "Marvell Wifi-Ex 8887 SDIO"
 	help
 	  Firmware files for the Marvell Wifi-Ex 8887 module on SDIO.
 
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8897
-	bool "Marvell Wifi-Ex SD 8897"
+	bool "Marvell Wifi-Ex 8897 SDIO"
 	help
 	  Firmware files for the Marvell Wifi-Ex 8897 module on SDIO.
 
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8897
-	bool "Marvell Wifi-Ex USB 8897"
+	bool "Marvell Wifi-Ex 8897 USB"
 	help
 	  Firmware files for the Marvell Wifi-Ex 8897 module on USB.
 
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_PCIE8897
-	bool "Marvell Wifi-Ex PCI-E 8897"
+	bool "Marvell Wifi-Ex 8897 PCI-E"
 	help
 	  Firmware files for the Marvell Wifi-Ex 8897 module on PCI-E.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-01 23:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-01 23:21 [Buildroot] [git commit] linux-firmware: adjust Config.in text for mwifiex Peter Korsgaard

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.