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 | e8c094ce56ea506968013671fa3b6b20f9832347 (patch) | |
tree | 2c639d0b96f3cedce7d4bdd2ec0e9e5990a6ee9a /openwrt/package/6tunnel/Config.in | |
parent | 142bb13de2a0e831aba7e2a5377a71f661af9c05 (diff) | |
download | mtk-20170518-e8c094ce56ea506968013671fa3b6b20f9832347.zip mtk-20170518-e8c094ce56ea506968013671fa3b6b20f9832347.tar.gz mtk-20170518-e8c094ce56ea506968013671fa3b6b20f9832347.tar.bz2 |
add 6tunnel package (thanks to Florian Fainelli)
SVN-Revision: 2144
Diffstat (limited to 'openwrt/package/6tunnel/Config.in')
-rw-r--r-- | openwrt/package/6tunnel/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/6tunnel/Config.in b/openwrt/package/6tunnel/Config.in new file mode 100644 index 0000000..d5c0cdb --- /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/ + + |