fix alsa kmod build on 2.6/mipsel (fix #7),
[openwrt.git] / package / matrixssl / Config.in
index 7f056c3..be0a306 100644 (file)
@@ -1,7 +1,17 @@
-config BR2_PACKAGE_MATRIXSSL
-       tristate "matrixssl"
-       default m
+config BR2_COMPILE_MATRIXSSL
+       bool
+       depends BR2_PACKAGE_LIBMATRIXSSL
+
+config BR2_PACKAGE_LIBMATRIXSSL
+       prompt "libmatrixssl...................... Embedded SSL implementation"
+       tristate
+       default m if CONFIG_DEVEL
+       select BR2_COMPILE_MATRIXSSL
+       select BR2_PACKAGE_LIBPTHREAD
        help
-         an embedded SSL implementation
+         An embedded SSL implementation
          
          http://www.matrixssl.org/
+         
+         Depends: libpthread
+
This page took 0.021899 seconds and 4 git commands to generate.