summaryrefslogtreecommitdiff
path: root/openwrt/package/matrixssl
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
commitfd342b1ada887fea48427351a343f42562e04e8b (patch)
tree054175d34d46950baad630df40900e623391037a /openwrt/package/matrixssl
parent1262d7ac9bf20c8afbe5ee727aa9693bf2d71203 (diff)
downloadmtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.zip
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.gz
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.bz2
reorganize/rationalize/format package menuconfig, make updatedd modular
SVN-Revision: 2333
Diffstat (limited to 'openwrt/package/matrixssl')
-rw-r--r--openwrt/package/matrixssl/Config.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in
index db5abb1..be0a306 100644
--- a/openwrt/package/matrixssl/Config.in
+++ b/openwrt/package/matrixssl/Config.in
@@ -1,15 +1,17 @@
+config BR2_COMPILE_MATRIXSSL
+ bool
+ depends BR2_PACKAGE_LIBMATRIXSSL
+
config BR2_PACKAGE_LIBMATRIXSSL
- select BR2_PACKAGE_LIBPTHREAD
- tristate "libmatrixssl - 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