summaryrefslogtreecommitdiffstats
path: root/package/linux-firmware/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-06-03 10:15:48 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-03 23:00:46 +0200
commit3e650b8861542ba613bddad3d9b51d456bdeadc9 (patch)
tree882801384b135ead77c764c94f4c69c48203edf8 /package/linux-firmware/Config.in
parenta9a12f03e9a6a3182804bcd4b61d75ac698b2569 (diff)
downloadbuildroot-novena-3e650b8861542ba613bddad3d9b51d456bdeadc9.tar.gz
buildroot-novena-3e650b8861542ba613bddad3d9b51d456bdeadc9.zip
package/linux-firmware: bump version for new firmware
Bump version to get a few new firmware files for some WiFi adapters. In the rtl81xx familly, it's hard to differentiate each members: I have a USB stick that identifies itself as TRL8188CUS, but is handled by the rtl8192ce driver. So I moved all of rtl81xx firmwares under the same option to avoid confusion. It will be the responsibility of the user to eventually get rid of unwanted firmware files in a post-build script, if needed. Ditto for rtl87xx. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/linux-firmware/Config.in')
-rw-r--r--package/linux-firmware/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 9998f2266..d9bb095d1 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -61,15 +61,15 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX
help
Ralink rt27xx/rt28xx/rt30xx
-config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
- bool "Realtek 8192"
+config BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
+ bool "Realtek 81xx"
help
- Realtek 8192
+ Realtek 8188/8192
-config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
- bool "Realtek 8712"
+config BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
+ bool "Realtek 87xx"
help
- Realtek 8712
+ Realtek 8712/8723
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
bool "TI wl127X"