X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5234919f39204cbdb49831e7c53e03fd8d755953..499dd0f263be4479a985e5e5feac0549c7153978:/openwrt/package/6tunnel/Config.in diff --git a/openwrt/package/6tunnel/Config.in b/openwrt/package/6tunnel/Config.in new file mode 100644 index 000000000..d5c0cdb02 --- /dev/null +++ b/openwrt/package/6tunnel/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_6TUNNEL + tristate "6tunnel - IPv4 / IPv6 tunnel proxy" + default m if CONFIG_DEVEL + select BR2_PACKAGE_KMOD_IPV6 + help + 6tunnel allows you to use services provided by IPv6 hosts with IPv4-only + applications and vice-versa. It can bind to any of your IPv4 (default) + or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. + + http://toxygen.net/6tunnel/ + +