let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / socat / Config.in
1 config BR2_PACKAGE_SOCAT
2 prompt "socat............................. A multipurpose relay (SOcket CAT)"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBOPENSSL
6 select BR2_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