X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1bd0457f067ea06a6d042bdc7e5f7500a8cc328f..4f0e1cd5daf10cb6fd19fb024b19069c6dca3ced:/openwrt/package/matrixssl/Config.in?ds=sidebyside

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