diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 16:32:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 16:32:57 +0000 |
commit | faf725a77902ee5dd2f813cb4d2bebb5d3c63f74 (patch) | |
tree | 8dc556fff5444346a63059f4e5471d8e93d4dba8 /package/6tunnel/Config.in | |
parent | 94a9dbaa37182e095b29c68bb6e5e799cb9338c1 (diff) | |
download | upstream-faf725a77902ee5dd2f813cb4d2bebb5d3c63f74.tar.gz upstream-faf725a77902ee5dd2f813cb4d2bebb5d3c63f74.tar.bz2 upstream-faf725a77902ee5dd2f813cb4d2bebb5d3c63f74.zip |
add 6tunnel package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2144 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6tunnel/Config.in')
-rw-r--r-- | package/6tunnel/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/6tunnel/Config.in b/package/6tunnel/Config.in new file mode 100644 index 0000000000..d5c0cdb025 --- /dev/null +++ b/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/ + + |