mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
The iniparser is a simple C library offering ini file parsing services. ndctl[1] requires it. [1] https://github.com/pmem/ndctl Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
config BR2_PACKAGE_INIPARSER
|
|
bool "iniparser"
|
|
help
|
|
iniparser is a simple C library offering ini file
|
|
parsing services.
|
|
|
|
https://gitlab.com/iniparser/iniparser
|