Standardize package Config.in, change prompt to package name + short description...
[oweals/openwrt.git] / openwrt / package / openldap / Config.in
index 15b63e47980461316d57d4d3e831be51f0705ee1..e536e777d043f91e768227ae96ee8392fc26b865 100644 (file)
@@ -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