Browse Source

package/agentpp: fix broken URL in help text

The curren URL is specific to an old version, and it is not reachable
anymore.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 0e4418b0cf327f19bd2212e51c49de00c94e06d3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Luca Ceresoli 2 năm trước cách đây
mục cha
commit
e7efc0738a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/agentpp/Config.in

+ 1 - 1
package/agentpp/Config.in

@@ -16,7 +16,7 @@ config BR2_PACKAGE_AGENTPP
 
 	  SNMPv3 support is enabled if SNMP++ enables it.
 
-	  http://www.agentpp.com/agentpp3_5/agentpp3_5.html
+	  https://www.agentpp.com/api/cpp/agent_pp.html
 
 comment "agent++ needs a toolchain w/ threads, C++, dynamic library"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \