diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 12:13:03 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 12:13:03 +0000 |
| commit | f2ce80feea323bd10347be5977bb1fd226af1a0e (patch) | |
| tree | 00e0fb8e90e8aa26485320c57ff686f4b50c5351 /openwrt/package/matrixssl/Config.in | |
| parent | c0f93b7f7d65214794519b8ab0ce3f0b92716f96 (diff) | |
| download | mtk-20170518-f2ce80feea323bd10347be5977bb1fd226af1a0e.zip mtk-20170518-f2ce80feea323bd10347be5977bb1fd226af1a0e.tar.gz mtk-20170518-f2ce80feea323bd10347be5977bb1fd226af1a0e.tar.bz2 | |
Convert matrixssl to new packaging style, install devel. stuff in STAGING_DIR/usr
SVN-Revision: 928
Diffstat (limited to 'openwrt/package/matrixssl/Config.in')
| -rw-r--r-- | openwrt/package/matrixssl/Config.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index b8faecd..1d2e92d 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" + tristate "libmatrixssl - an 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 |
