From 63ef5186e1394b3096c1c1c0c0488d7aaa13b6ff Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 18 May 2006 22:15:21 +0000 Subject: add axtls embedded ssl/tls library. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/axtls/ipkg/awhttpd.control | 5 +++++ openwrt/package/axtls/ipkg/libaxtls.control | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 openwrt/package/axtls/ipkg/awhttpd.control create mode 100644 openwrt/package/axtls/ipkg/libaxtls.control (limited to 'openwrt/package/axtls/ipkg') diff --git a/openwrt/package/axtls/ipkg/awhttpd.control b/openwrt/package/axtls/ipkg/awhttpd.control new file mode 100644 index 000000000..4b858234e --- /dev/null +++ b/openwrt/package/axtls/ipkg/awhttpd.control @@ -0,0 +1,5 @@ +Package: awhttpd +Priority: optional +Section: net +Description: Anti-Web webserver +Depends: libaxtls diff --git a/openwrt/package/axtls/ipkg/libaxtls.control b/openwrt/package/axtls/ipkg/libaxtls.control new file mode 100644 index 000000000..b9c9d4be4 --- /dev/null +++ b/openwrt/package/axtls/ipkg/libaxtls.control @@ -0,0 +1,5 @@ +Package: libaxtls +Priority: optional +Section: libs +Description: an embedded client/server TLSv1 SSL implementation +Depends: -- cgit v1.2.3