From: Jagan Teki Date: Mon, 30 Sep 2019 05:48:50 +0000 (+0530) Subject: package/swupdate: fix typo in BR2_PACKAGE_LIBCURL in the help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5abe6f2bf7baaa5e3bffc2e6dae22a045a1265bb;p=buildroot.git package/swupdate: fix typo in BR2_PACKAGE_LIBCURL in the help text 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 Signed-off-by: Jagan Teki Signed-off-by: Thomas Petazzoni --- 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.