diff options
author | Julien Corjon <corjon.j@ecagroup.com> | 2018-01-29 09:28:19 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-29 14:39:37 +0100 |
commit | cd431297e384f11a2ec285c4ec14a49a7f89fe3a (patch) | |
tree | ba8b97794611b3a78807664819f302fb8cec04c4 | |
parent | 3cd6faa04cef1b1ebf5c5d47eeaf7e812ed02cb7 (diff) | |
download | buildroot-cd431297e384f11a2ec285c4ec14a49a7f89fe3a.tar.gz buildroot-cd431297e384f11a2ec285c4ec14a49a7f89fe3a.zip |
package/wf111: Fix manufacturer name and url
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/wf111/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/wf111/Config.in b/package/wf111/Config.in index 80109f1b88..081bd960cb 100644 --- a/package/wf111/Config.in +++ b/package/wf111/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_WF111 # dynamically linked against the glibc. depends on BR2_TOOLCHAIN_USES_GLIBC help - BlueGiga WF111 WiFi driver and utilities. + Silicon Labs WF111 WiFi driver and utilities. Warning: CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV must be selected in the Linux kernel configuration. These are blind @@ -17,16 +17,16 @@ config BR2_PACKAGE_WF111 configuration entry that selects them, for example. - By enabling another random WiFi driver that select them. - http://www.bluegiga.com/en-US/products/wifi-modules/wf111-wifi-module/ + https://www.silabs.com/products/wireless/wi-fi/wf111-bluegiga-module if BR2_PACKAGE_WF111 config BR2_PACKAGE_WF111_TARBALL_PATH string "Local tarball location" help - The WF111 tarball can be retrieved on the BlueGiga website - after registration. This option specifies the path where the - tarball is locally saved. + The WF111 tarball can be retrieved on the Silicon Labs + website after registration. This option specifies the path + where the tarball is locally saved. endif |