92777aa297
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
config BR2_PACKAGE_LIBXMLRPC
|
|
bool "libxmlrpc"
|
|
select BR2_PACKAGE_LIBCURL
|
|
help
|
|
XML-RPC is a quick-and-easy way to make procedure calls over
|
|
the Internet. It converts the procedure call into an XML
|
|
document, sends it to a remote server using HTTP, and gets
|
|
back the response as XML.
|
|
|
|
http://xmlrpc-c.sourceforge.net/
|