summaryrefslogtreecommitdiffstats
path: root/package/libbsd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libbsd/Config.in')
-rw-r--r--package/libbsd/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in
new file mode 100644
index 000000000..0ed9dac9a
--- /dev/null
+++ b/package/libbsd/Config.in
@@ -0,0 +1,10 @@
+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/