summaryrefslogtreecommitdiffstats
path: root/package/libkrb5/Config.in
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2018-03-07 21:15:57 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-03-31 16:13:39 +0200
commit7ae94b51ed5d51fb9fa3f5a931bb8435bcbfaa42 (patch)
tree3a4f01e722b93c3b716c9bed119251e2aa3c43c1 /package/libkrb5/Config.in
parent7f430a4e87970d275af087d4fefcf15fa92778f9 (diff)
downloadbuildroot-7ae94b51ed5d51fb9fa3f5a931bb8435bcbfaa42.tar.gz
buildroot-7ae94b51ed5d51fb9fa3f5a931bb8435bcbfaa42.zip
libkrb5: new package
Signed-off-by: André Hentschel <nerv@dawncrow.de> [Thomas: - remove LIBKRB5_VERSION_MAJOR - minor tweaks to commit title and Config.in help text] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libkrb5/Config.in')
-rw-r--r--package/libkrb5/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libkrb5/Config.in b/package/libkrb5/Config.in
new file mode 100644
index 0000000000..9147c90489
--- /dev/null
+++ b/package/libkrb5/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBKRB5
+ bool "libkrb5"
+ # needs fork()
+ depends on BR2_USE_MMU
+ help
+ Kerberos is a system for authenticating users and services
+ on a network. Kerberos is a trusted third-party service.
+ That means that there is a third party (the Kerberos server)
+ that is trusted by all the entities on the network (users
+ and services, usually called "principals"). This is the MIT
+ reference implementation of Kerberos V5.
+
+ https://web.mit.edu/kerberos/
OpenPOWER on IntegriCloud