X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1bd0457f067ea06a6d042bdc7e5f7500a8cc328f..18f226c83fe94e839e76eb6ff48e56ad3d0364e6:/openwrt/package/matrixssl/Config.in

diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in
index 85158bfda..db5abb113 100644
--- a/openwrt/package/matrixssl/Config.in
+++ b/openwrt/package/matrixssl/Config.in
@@ -1,11 +1,15 @@
-config BR2_PACKAGE_MATRIXSSL
+config BR2_PACKAGE_LIBMATRIXSSL
 	select BR2_PACKAGE_LIBPTHREAD
-	tristate "matrixssl"
-	default m
+	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