Bump buidlroot version to 2018.02.6
This commit is contained in:
14
bsp/buildroot/package/libb64/Config.in
Normal file
14
bsp/buildroot/package/libb64/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_LIBB64
|
||||
bool "libb64"
|
||||
help
|
||||
libb64 is a library of ANSI C routines for fast encoding
|
||||
and decoding of data into and from a base64-encoded format.
|
||||
C++ wrappers are included, as well as the source code for
|
||||
standalone encoding and decoding executables.
|
||||
|
||||
Base64 uses a subset of displayable ASCII characters, and is
|
||||
therefore a useful encoding for storing binary data in a text
|
||||
file, such as XML, or sending binary data over text-only
|
||||
email.
|
||||
|
||||
http://libb64.sourceforge.net
|
||||
Reference in New Issue
Block a user