patch nvram library for new nas version (thx to Vincent Bernat)
[openwrt.git] / openwrt / package / openldap / Config.in
index ba65a5a..ec04eb4 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_COMPILE_OPENLDAP
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBOPENLDAP
 
@@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBOPENLDAP
        prompt "libopenldap....................... Open source LDAP (Lightweight Directory Access Protocol) client libraries"
        tristate
        default m if CONFIG_DEVEL
-       select BR2_PACKAGE_OPENLDAP
+       select BR2_COMPILE_OPENLDAP
        help
          
          OpenLDAP Software is an open source implementation of the 
This page took 0.020307 seconds and 4 git commands to generate.