mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-12 13:42:11 +00:00
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
347 B
Plaintext
11 lines
347 B
Plaintext
config BR2_PACKAGE_LIBBSD
|
|
bool "libbsd"
|
|
help
|
|
This library provides useful functions commonly found on BSD
|
|
systems, and lacking on others like GNU systems, thus making
|
|
it easier to port projects with strong BSD origins, without
|
|
needing to embed the same code over and over again on each
|
|
project.
|
|
|
|
http://libbsd.freedesktop.org/
|