xref: /OK3568_Linux_fs/buildroot/package/hans/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "hans needs a toolchain w/ C++"
2	depends on !BR2_INSTALL_LIBSTDCPP
3
4config BR2_PACKAGE_HANS
5	bool "hans"
6	depends on BR2_INSTALL_LIBSTDCPP
7	help
8	  Hans makes it possible to tunnel IPv4 through ICMP echo
9	  packets, so you could call it a ping tunnel.
10	  This can be useful when you find yourself in the situation
11	  that your Internet access is firewalled, but pings are
12	  allowed.
13
14	  http://code.gerade.org/hans/
15