6f103474ad
Old libconfuse version 2.6 is from year 2007 so bump to version 2.7 Updated download URL in libconfuse.mk / Config.in Removed libconfuse-2.6-dont-use-werror.patch Changed := to just = Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
config BR2_PACKAGE_LIBCONFUSE
|
|
bool "libconfuse"
|
|
help
|
|
LibConfuse is a configuration file parser library written in
|
|
C. It supports sections and (lists of) values (strings,
|
|
integers, floats, booleans or other sections), as well as some
|
|
other features (such as single/double-quoted strings,
|
|
environment variable expansion, functions and nested include
|
|
statements.
|
|
|
|
http://savannah.nongnu.org/download/confuse/
|