package/swupdate: fix typo in BR2_PACKAGE_LIBCURL in the help text
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 30 Sep 2019 05:48:50 +0000 (11:18 +0530)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 30 Sep 2019 20:21:39 +0000 (22:21 +0200)
Config.in documented BR2_LIBCURL for swupdate but the actual
package name is BR2_PACKAGE_LIBCURL

Fix by updating the same in Config.in

Cc: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/swupdate/Config.in

index 9be60a13d3af658a44045651043b9717daf22d3e..951caf604cb36a0e78af6b480455bd9107460aaf 100644 (file)
@@ -22,7 +22,7 @@ config BR2_PACKAGE_SWUPDATE
 
          * Select BR2_PACKAGE_LUA or BR2_PACKAGE_LUAJIT if you want
            want to have Lua support.
-         * Select BR2_LIBCURL if you want to use the download
+         * Select BR2_PACKAGE_LIBCURL if you want to use the download
            feature.
          * Select BR2_PACKAGE_OPENSSL is you want to add encryption
            support.