change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt.git] / package / matrixssl / Config.in
index 1d2e92d0cf65e8e428d77cae706f4b220c33581a..3d4532e52a620771fa9be3b22e2f1e3f664b420d 100644 (file)
@@ -1,15 +1,17 @@
+config BR2_COMPILE_MATRIXSSL
+       tristate
+       depends BR2_PACKAGE_LIBMATRIXSSL
+
 config BR2_PACKAGE_LIBMATRIXSSL
-       select BR2_PACKAGE_LIBPTHREAD
-       tristate "libmatrixssl - an embedded SSL implementation"
+       prompt "libmatrixssl...................... Embedded SSL implementation"
+       tristate
        default m if CONFIG_DEVEL
+       select BR2_COMPILE_MATRIXSSL
+       select BR2_PACKAGE_LIBPTHREAD
        help
          An embedded SSL implementation
          
          http://www.matrixssl.org/
          
          Depends: libpthread
-         
 
-config BR2_PACKAGE_MATRIXSSL
-       tristate
-       default BR2_PACKAGE_LIBMATRIXSSL