X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/94874fca43d54e83c73814cc70f1d31fc01ed8c4..67b075f0a7b0ce413593053052078e5516725cb9:/openwrt/package/openldap/Config.in diff --git a/openwrt/package/openldap/Config.in b/openwrt/package/openldap/Config.in index 15b63e479..e536e777d 100644 --- a/openwrt/package/openldap/Config.in +++ b/openwrt/package/openldap/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_OPENLDAP - tristate "OpenLDAP" - default m if CONFIG_DEVEL + prompt "openldap - Open source LDAP (Lightweight Directory Access Protocol) implementation" + bool + default y if CONFIG_DEVEL help OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol (LDAP). @@ -9,12 +10,12 @@ config BR2_PACKAGE_OPENLDAP config BR2_PACKAGE_LIBOPENLDAP - tristate "libopenldap (client libraries)" + tristate "libopenldap - client libraries" default m if CONFIG_DEVEL depends BR2_PACKAGE_OPENLDAP config BR2_PACKAGE_OPENLDAP_UTILS - tristate "openldap-utils (client utilities)" + tristate "openldap-utils - client utilities" default m if CONFIG_DEVEL depends BR2_PACKAGE_OPENLDAP