diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-11 00:41:05 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-11 00:41:05 +0000 |
| commit | 2a1da1cd8df3bfe44f0e88b592510110f9ca9ecc (patch) | |
| tree | 36f0ff151c26bcb1d13eca67d4d37c15779f70d6 /openwrt/package/openssl/ipkg | |
| parent | 6257403c0ce47a0cb4d8752facce119a0fe588f6 (diff) | |
| download | mtk-20170518-2a1da1cd8df3bfe44f0e88b592510110f9ca9ecc.zip mtk-20170518-2a1da1cd8df3bfe44f0e88b592510110f9ca9ecc.tar.gz mtk-20170518-2a1da1cd8df3bfe44f0e88b592510110f9ca9ecc.tar.bz2 | |
add openssl
SVN-Revision: 3931
Diffstat (limited to 'openwrt/package/openssl/ipkg')
| -rw-r--r-- | openwrt/package/openssl/ipkg/libopenssl.control | 4 | ||||
| -rw-r--r-- | openwrt/package/openssl/ipkg/openssl-util.conffiles | 1 | ||||
| -rw-r--r-- | openwrt/package/openssl/ipkg/openssl-util.control | 5 |
3 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/openssl/ipkg/libopenssl.control b/openwrt/package/openssl/ipkg/libopenssl.control new file mode 100644 index 0000000..9cf48a8 --- /dev/null +++ b/openwrt/package/openssl/ipkg/libopenssl.control @@ -0,0 +1,4 @@ +Package: libopenssl +Priority: optional +Section: libs +Description: OpenSSL (Secure Socket Layer) libraries diff --git a/openwrt/package/openssl/ipkg/openssl-util.conffiles b/openwrt/package/openssl/ipkg/openssl-util.conffiles new file mode 100644 index 0000000..6d068e6 --- /dev/null +++ b/openwrt/package/openssl/ipkg/openssl-util.conffiles @@ -0,0 +1 @@ +/etc/ssl/openssl.cnf diff --git a/openwrt/package/openssl/ipkg/openssl-util.control b/openwrt/package/openssl/ipkg/openssl-util.control new file mode 100644 index 0000000..4c14ab1 --- /dev/null +++ b/openwrt/package/openssl/ipkg/openssl-util.control @@ -0,0 +1,5 @@ +Package: openssl-util +Priority: optionnal +Section: admin +Description: OpenSSL (Secure Socket Layer) command line tool +Depends: libopenssl |
