source: freewrt/package/miredo/Config.in@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.1 KB
Line 
1config FWRT_COMPILE_MIREDO
2 tristate
3 default n
4 depends FWRT_PACKAGE_MIREDO || FWRT_PACKAGE_MIREDO_SERVER
5
6config FWRT_PACKAGE_MIREDO
7 prompt "miredo............................ Teredo (IPv6 tunneling over UDP through NAT) client and relay daemon"
8 tristate
9 default n
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
26config FWRT_PACKAGE_MIREDO_SERVER
27 prompt "miredo-server..................... Teredo (IPv6 tunneling over UDP through NAT) server daemon"
28 tristate
29 default n
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.