diff mbox series

package/swupdate: Fix to document proper LIBCURL name

Message ID 20190930054850.11039-1-jagan@amarulasolutions.com
State Accepted
Headers show
Series package/swupdate: Fix to document proper LIBCURL name | expand

Commit Message

Jagan Teki Sept. 30, 2019, 5:48 a.m. UTC
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>
---
 package/swupdate/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Sept. 30, 2019, 8:22 p.m. UTC | #1
On Mon, 30 Sep 2019 11:18:50 +0530
Jagan Teki <jagan@amarulasolutions.com> wrote:

> 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>
> ---
>  package/swupdate/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Oct. 1, 2019, 9:45 a.m. UTC | #2
>>>>> "Jagan" == Jagan Teki <jagan@amarulasolutions.com> writes:

 > 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>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.
diff mbox series

Patch

diff --git a/package/swupdate/Config.in b/package/swupdate/Config.in
index 9be60a13d3..951caf604c 100644
--- a/package/swupdate/Config.in
+++ b/package/swupdate/Config.in
@@ -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.