Added IPSec support cd ...
[tomato.git] / release / src / router / config / config.in
blobdb9f568581f85814404eeeb2413648c334cdba9a
2 mainmenu "Tomato Configuration"
4 config TCONFIG_OPTIMIZE_SHARED_LIBS
5         bool "Optimize shared libraries (remove unused symbols)"
6         default y
8 config TCONFIG_L2TP
9         bool "L2TP"
10         default y
12 config TCONFIG_PPTP
13         bool "PPTP"
14         default y
16 config TCONFIG_PPTPD
17         bool "PPTPD"
18         depends on TCONFIG_PPTP
19         default n
21 config TCONFIG_HTTPS
22         bool "HTTPS"
23         default y
25 config TCONFIG_SSH
26         bool "SSH"
27         default y
29 config TCONFIG_CIFS
30         bool "CIFS Client"
31         default y
33 config TCONFIG_JFFS2
34         bool "JFFS Support"
35         default y
37 config TCONFIG_JFFSV1
38         bool "  Use JFFSv1 (if not selected, JFFS2 is used)"
39         depends on TCONFIG_JFFS2
40         default y
42 config TCONFIG_ZEBRA
43         bool "Zebra"
44         default y
46 config TCONFIG_DDNS
47         bool "Dynamic DNS"
48         default y
50 config TCONFIG_L7
51         bool "Layer 7 Netfilter"
52         default y
54 config TCONFIG_L7PAT
55         bool "  Standard Layer 7 Patterns"
56         depends on TCONFIG_L7
57         default y
59 config TCONFIG_LZO
60         bool "LZO Compression"
61         default n
63 config TCONFIG_OPENVPN
64         bool "OpenVPN"
65         depends on TCONFIG_LZO
66         default n
68 # !!TB
69 config TCONFIG_IPV6
70         bool "IPv6 Support"
71         default n
73 config TCONFIG_EBTABLES
74         bool "Ebtables"
75         default n
77 config TCONFIG_EMF
78         bool "Broadcom EMF (Efficient Multicast Forwarding & IGMP Snooping)"
79         default n
81 config TCONFIG_USB
82         bool "USB Support"
83         default y
85 config TCONFIG_NOCAT
86         bool "NoCat Splash"
87         default n
89 config TCONFIG_MEDIA_SERVER
90         bool "Media Server (MiniDLNA)"
91         depends on TCONFIG_USB
92         default n
94 config TCONFIG_FTP
95         bool "  FTP Server"
96         depends on TCONFIG_USB
97         default y
99 config TCONFIG_FTP_SSL
100         bool "    FTP SSL Support"
101         depends on TCONFIG_FTP
102         default n
104 config TCONFIG_SAMBASRV
105         bool "  Samba File Sharing"
106         depends on TCONFIG_USB
107         default y
109 config TCONFIG_SAMBA3
110        bool "    Compile with Samba 3"
111        depends on TCONFIG_SAMBASRV
112        default n
114 config TCONFIG_USB_EXTRAS
115         bool "  Additional modules and utilities"
116         depends on TCONFIG_USB
117         default n
119 config TCONFIG_NTFS
120         bool "  NTFS-3g Support"
121         depends on TCONFIG_USB
122         default n
124 config TCONFIG_BT
125         bool "  Bittorrent client gui only"
126         default n
128 config TCONFIG_BBT
129         bool "  Bittorrent client binaries only"
130         default n
132 config TCONFIG_TR_EXTRAS
133         bool "  Transmission extra tools"
134         default n
135         depends on TCONFIG_BT
137 config TCONFIG_NFS
138         bool "  NFS Server"
139         default n
141 config TCONFIG_SNMP
142         bool "  SNMP"
143         default n
145 config TCONFIG_SDHC
146         bool "  SDHC/MMC mod for WRT54G/GL"
147         default n
149 config TCONFIG_HFS
150         bool "  HFS/HFS+ filesystem support "
151         default n
153 config TCONFIG_UPS
154         bool "  UPS Monitor"
155         depends on TCONFIG_USB
156         default n
158 config TCONFIG_DNSCRYPT
159         bool "  DNScrypt-proxy"
160         default n
162 config TCONFIG_TOR
163         bool "  TOR Project"
164         default n
166 config TCONFIG_IPSEC
167         bool "IPSec Support"
168         default n