9df195bec7
Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> [Romain: - fix autoreconf issue by using GETTEXTIZE and AUTORECONF - fix issue with missing makeinfo - move version number comment in .mk] Signed-off-by: Romain Naour <romain.naour@smile.fr> [Thomas: add GPLv2 license, used for the programs.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
config BR2_PACKAGE_LIBUIO
|
|
bool "libuio"
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
|
help
|
|
libuio is a light-weight C programming library to handle UIO
|
|
(Userspace I/O) device discovery and binding task.
|
|
|
|
http://github.com/Linutronix/libuio
|