summaryrefslogtreecommitdiff
path: root/package/socat
diff options
context:
space:
mode:
Diffstat (limited to 'package/socat')
-rw-r--r--package/socat/Config.in18
-rw-r--r--package/socat/Makefile1
2 files changed, 1 insertions, 18 deletions
diff --git a/package/socat/Config.in b/package/socat/Config.in
deleted file mode 100644
index 072bf8190..000000000
--- a/package/socat/Config.in
+++ /dev/null
@@ -1,18 +0,0 @@
-config ADK_PACKAGE_SOCAT
- prompt "socat............................. A multipurpose relay (SOcket CAT)"
- tristate
- default n
- select ADK_PACKAGE_LIBOPENSSL
- select ADK_PACKAGE_LIBPTHREAD
- help
- SoCat (for SOcket CAT) establishes two bidirectional byte streams and
- transfers data between them.
- Data channels may be files, pipes, devices (terminal or modem, etc.), or
- sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking,
- logging and tracing, different modes for interprocess communication and
- many more options.
-
- http://www.dest-unreach.org/socat/
-
- Depends: openssl
-
diff --git a/package/socat/Makefile b/package/socat/Makefile
index ab6d5c059..5ca41edc1 100644
--- a/package/socat/Makefile
+++ b/package/socat/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= socat
PKG_VERSION:= 1.7.0.0
PKG_RELEASE:= 1
+PKG_BUILDDEP+= openssl
PKG_MD5SUM:= 82967132b5a8ca4d07e54370fdcb2662
PKG_DESCR:= A multipurpose relay (SOcket CAT)
PKG_SECTION:= net