From 570b8e6420f49b506ff469067221edc88d202c8e Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 18 May 2005 12:13:03 +0000 Subject: 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 --- package/matrixssl/Config.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'package/matrixssl/Config.in') diff --git a/package/matrixssl/Config.in b/package/matrixssl/Config.in index b8faecd41..1d2e92d0c 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 -- cgit v1.2.3