mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 15:23:27 +08:00
package/linux-firmware: Fix "firmwares" plural
Minor nit: Like "hardware", "software" and "sheep", the plural of "firmware" is "firmware". Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0469ab8835
commit
8ac836c532
@ -8,7 +8,7 @@ config BR2_PACKAGE_LINUX_FIRMWARE
|
||||
|
||||
if BR2_PACKAGE_LINUX_FIRMWARE
|
||||
|
||||
menu "WiFi firmwares"
|
||||
menu "WiFi firmware"
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_7010
|
||||
bool "Atheros 7010"
|
||||
@ -93,7 +93,7 @@ config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X
|
||||
|
||||
endmenu
|
||||
|
||||
menu "DVB firmwares"
|
||||
menu "DVB firmware"
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_DIB0700
|
||||
bool "DiBcom dib0700"
|
||||
|
Loading…
Reference in New Issue
Block a user