13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
menuconfig BR2_PACKAGE_CJSON
|
|
bool "cJSON"
|
|
help
|
|
Ultralightweight JSON parser in ANSI C.
|
|
|
|
https://github.com/DaveGamble/cJSON
|
|
|
|
if BR2_PACKAGE_CJSON
|
|
config BR2_PACKAGE_CJSON_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|