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