diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-06-04 11:49:53 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-05 11:01:27 +0200 |
commit | 860d37a27609a9d3040e19c82804ed506f41090b (patch) | |
tree | 612381b85b48bf35896a948a6462153371727063 | |
parent | f26b054a326d1b7c12735fc03b6ea273de324884 (diff) | |
download | buildroot-novena-860d37a27609a9d3040e19c82804ed506f41090b.tar.gz buildroot-novena-860d37a27609a9d3040e19c82804ed506f41090b.zip |
legacy: add options for the legacy Realtek WiFi options in linux-firmware
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Config.in.legacy | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 7748ab390..bb9c4a9c5 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -41,6 +41,24 @@ comment "will fail. " endif # +# Legacy options since 2013.05 +# + +config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 + bool "Realtek 8192 replaced by Realtek 81xx" + select BR2_LEGACY + select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX + help + Now covers the whole Realtek 81xx familly: 8188/8192. + +config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 + bool "Realtek 8712 replaced by Realtek 87xx" + select BR2_LEGACY + select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX + help + Now covers the whole Realtek 87xx familly: 8712/8723. + +# # Legacy options since 2013.02 # |