let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / 6tunnel / Config.in
1 config BR2_PACKAGE_6TUNNEL
2         prompt "6tunnel........................... IPv4 / IPv6 tunnel proxy"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_KMOD_IPV6
6         help
7           6tunnel allows you to use services provided by IPv6 hosts with IPv4-only 
8           applications and vice-versa. It can bind to any of your IPv4 (default) 
9           or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.
10           
11           http://toxygen.net/6tunnel/
12