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 | 85f497ef13ff7d5d01112e0dd82b10283b33d3ad (patch) | |
tree | c039001eadea9dacbc46effcc659ceb2452524b7 /package/matrixssl/Config.in | |
parent | d3e59a93125a3d5d8ef3da622a0cc5b4210f635d (diff) | |
download | upstream-85f497ef13ff7d5d01112e0dd82b10283b33d3ad.tar.gz upstream-85f497ef13ff7d5d01112e0dd82b10283b33d3ad.tar.bz2 upstream-85f497ef13ff7d5d01112e0dd82b10283b33d3ad.zip |
Convert matrixssl to new packaging style, install devel. stuff in STAGING_DIR/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@928 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/matrixssl/Config.in')
-rw-r--r-- | package/matrixssl/Config.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/package/matrixssl/Config.in b/package/matrixssl/Config.in index b8faecd412..1d2e92d0cf 100644 --- a/package/matrixssl/Config.in +++ b/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 |