let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / ptunnel / Config.in
1 config BR2_PACKAGE_PTUNNEL
2 prompt "ptunnel........................... Tunnel TCP connections over ICMP packets"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPCAP
6 select BR2_PACKAGE_LIBPTHREAD
7 help
8 ptunnel is an application that allows you to reliably tunnel TCP connections to
9 a remote host using ICMP echo request and reply packets, commonly known as ping
10 requests and replies. It acts as a proxy and can handle sockets and secured
11 identification.
12
13 http://www.cs.uit.no/~daniels/PingTunnel/
14