be2d938eb6
Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> [Thomas: - Adjust license: it is "GPLv2+ or BSD-2c" and not "GPLv2, BSD-2c" - Add the COPYING file to the license files, since it indicates explictly that the license is GPLv2+ or BSD-2c. - Remove the --with-shared configure options, which doesn't exist. - Use LIBCOAP_AUTORECONF = YES instead of calling the autogen.sh script manually. - Add patch to fix build with old gcc versions.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
422 B
Plaintext
11 lines
422 B
Plaintext
config BR2_PACKAGE_LIBCOAP
|
|
bool "libcoap"
|
|
help
|
|
libcoap is a C implementation of a lightweight application-protocol
|
|
for devices that are constrained their resources such as computing
|
|
power, RF range, memory, bandwith, or network packet sizes. This
|
|
protocol, CoAP, is standardized by the IETF as RFC 7252. For further
|
|
information related to CoAP, see <http://coap.technology>.
|
|
|
|
https://github.com/obgm/libcoap
|