fix setting gmode, when wl0_gmode is unset
[openwrt.git] / package / matrixssl / Config.in
index b8faecd..db5abb1 100644 (file)
@@ -1,11 +1,15 @@
-config BR2_PACKAGE_MATRIXSSL
+config BR2_PACKAGE_LIBMATRIXSSL
        select BR2_PACKAGE_LIBPTHREAD
-       tristate "matrixssl"
+       tristate "libmatrixssl - Embedded SSL implementation"
        default m if CONFIG_DEVEL
        help
-         an embedded SSL implementation
+         An embedded SSL implementation
          
          http://www.matrixssl.org/
          
          Depends: libpthread
          
+
+config BR2_PACKAGE_MATRIXSSL
+       tristate
+       default BR2_PACKAGE_LIBMATRIXSSL
This page took 0.027905 seconds and 4 git commands to generate.