Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -0,0 +1,16 @@
config BR2_PACKAGE_LIBFASTJSON
bool "libfastjson"
# uses the __sync_*_4 intrisics, or pthreads to emulate atomicity
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
help
Libfastjson - A fast json library for C
Libfastjson is a fork from json-c. The aim of this project
is not to provide a slightly modified clone of json-c.
Its aim is to provide:
- a small library with essential json handling functions
- sufficiently good json support (not 100% standards compliant)
- be very fast in processing
https://github.com/rsyslog/libfastjson/