8b62b1b45a
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
config BR2_PACKAGE_CRUDINI
|
|
bool "crudini"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON_INIPARSE # runtime
|
|
help
|
|
A utility for handling ini files from the command line and
|
|
shell scripts
|
|
|
|
https://pypi.python.org/pypi/crudini
|