freewrt_1_0
freewrt_2_0
|
Last change
on this file since bccc703 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | config FWRT_COMPILE_MIREDO
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_MIREDO || FWRT_PACKAGE_MIREDO_SERVER
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_PACKAGE_MIREDO
|
|---|
| 7 | prompt "miredo............................ Teredo (IPv6 tunneling over UDP through NAT) client and relay daemon"
|
|---|
| 8 | tristate
|
|---|
| 9 | default m if CONFIG_DEVEL
|
|---|
| 10 | select FWRT_COMPILE_MIREDO
|
|---|
| 11 | select FWRT_PACKAGE_KMOD_IPV6
|
|---|
| 12 | select FWRT_PACKAGE_KMOD_TUN
|
|---|
| 13 | select FWRT_PACKAGE_LIBPTHREAD
|
|---|
| 14 | select FWRT_PACKAGE_UCLIBCXX
|
|---|
| 15 | help
|
|---|
| 16 | A Teredo (IPv6 tunneling over UDP through NAT) client and relay daemon.
|
|---|
| 17 |
|
|---|
| 18 | http://www.simphalempin.com/dev/miredo/
|
|---|
| 19 |
|
|---|
| 20 | Depends:
|
|---|
| 21 | - kmod-ipv6
|
|---|
| 22 | - kmod-tun
|
|---|
| 23 | - libpthread
|
|---|
| 24 | - uClibc++
|
|---|
| 25 |
|
|---|
| 26 | config FWRT_PACKAGE_MIREDO_SERVER
|
|---|
| 27 | prompt "miredo-server..................... Teredo (IPv6 tunneling over UDP through NAT) server daemon"
|
|---|
| 28 | tristate
|
|---|
| 29 | default m if CONFIG_DEVEL
|
|---|
| 30 | select FWRT_COMPILE_MIREDO
|
|---|
| 31 | select FWRT_PACKAGE_KMOD_IPV6
|
|---|
| 32 | select FWRT_PACKAGE_KMOD_TUN
|
|---|
| 33 | select FWRT_PACKAGE_LIBPTHREAD
|
|---|
| 34 | select FWRT_PACKAGE_UCLIBCXX
|
|---|
| 35 | help
|
|---|
| 36 | A Teredo (IPv6 tunneling over UDP through NAT) server daemon.
|
|---|
| 37 |
|
|---|
| 38 | http://www.simphalempin.com/dev/miredo/
|
|---|
| 39 |
|
|---|
| 40 | Depends:
|
|---|
| 41 | - kmod-ipv6
|
|---|
| 42 | - kmod-tun
|
|---|
| 43 | - libpthread
|
|---|
| 44 | - uClibc++
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.