|
Revision 3234, 441 bytes
(checked in by tg, 1 year ago)
|
part Ⅱ – simplify busybox config, ok wbx@
from now on, you can select a smaller and a fuller busybox, like mksh;
if you want fewer applets, hand-edit the config, we won't prevent you,
but shan't support it in the ADK any more; if you want more applets,
please talk to me and I'll see if they can be included in the list
we still have a problem regarding duplicate binaries (ip, free, tar, …)
which could be solved with dpkg diversions if ipkg supports them;
for now just consider busybox a non-upgradable package if you have any
of these installed
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_6TUNNEL |
|---|
| 2 |
prompt "6tunnel........................... IPv4 / IPv6 tunnel proxy" |
|---|
| 3 |
depends on FWRT_IPV6 |
|---|
| 4 |
tristate |
|---|
| 5 |
default n |
|---|
| 6 |
select FWRT_KPACKAGE_KMOD_IPV6 |
|---|
| 7 |
help |
|---|
| 8 |
6tunnel allows you to use services provided by IPv6 hosts with IPv4-only |
|---|
| 9 |
applications and vice-versa. It can bind to any of your IPv4 (default) |
|---|
| 10 |
or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. |
|---|
| 11 |
|
|---|
| 12 |
http://toxygen.net/6tunnel/ |
|---|
| 13 |
|
|---|