freewrt_1_0
freewrt_2_0
|
Last change
on this file since 6381849 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
633 bytes
|
| Line | |
|---|
| 1 | config FWRT_PACKAGE_SOCAT
|
|---|
| 2 | prompt "socat............................. A multipurpose relay (SOcket CAT)"
|
|---|
| 3 | tristate
|
|---|
| 4 | default m if CONFIG_DEVEL
|
|---|
| 5 | select FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 6 | select FWRT_PACKAGE_LIBPTHREAD
|
|---|
| 7 | help
|
|---|
| 8 | SoCat (for SOcket CAT) establishes two bidirectional byte streams and
|
|---|
| 9 | transfers data between them.
|
|---|
| 10 | Data channels may be files, pipes, devices (terminal or modem, etc.), or
|
|---|
| 11 | sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking,
|
|---|
| 12 | logging and tracing, different modes for interprocess communication and
|
|---|
| 13 | many more options.
|
|---|
| 14 |
|
|---|
| 15 | http://www.dest-unreach.org/socat/
|
|---|
| 16 |
|
|---|
| 17 | Depends: openssl
|
|---|
| 18 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.