package/wf111: Fix manufacturer name and url
authorJulien Corjon <corjon.j@ecagroup.com>
Mon, 29 Jan 2018 08:28:19 +0000 (09:28 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 29 Jan 2018 13:39:37 +0000 (14:39 +0100)
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wf111/Config.in

index 80109f1b88aa36010a982d00d63defb92b4e543f..081bd960cbc14ee92a81ef5030e3414780e14e48 100644 (file)
@@ -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