Add Nano tool - user-friendly text editor
[tomato.git] / release / src / router / config / config.in
blob189c8304bf5e11fbe94d6bb85509036353b4b215
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_NGINX
90         bool "NGinX Web Server"
91         default n
93 config TCONFIG_MEDIA_SERVER
94         bool "Media Server (MiniDLNA)"
95         depends on TCONFIG_USB
96         default n
98 config TCONFIG_FTP
99         bool "  FTP Server"
100         depends on TCONFIG_USB
101         default y
103 config TCONFIG_FTP_SSL
104         bool "    FTP SSL Support"
105         depends on TCONFIG_FTP
106         default n
108 config TCONFIG_SAMBASRV
109         bool "  Samba File Sharing"
110         depends on TCONFIG_USB
111         default y
113 config TCONFIG_SAMBA3
114        bool "    Compile with Samba 3"
115        depends on TCONFIG_SAMBASRV
116        default n
118 config TCONFIG_USB_EXTRAS
119         bool "  Additional modules and utilities"
120         depends on TCONFIG_USB
121         default n
123 config TCONFIG_NTFS
124         bool "  NTFS-3g Support"
125         depends on TCONFIG_USB
126         default n
128 config TCONFIG_BT
129         bool "  Bittorrent client gui only"
130         default n
132 config TCONFIG_BBT
133         bool "  Bittorrent client binaries only"
134         default n
136 config TCONFIG_TR_EXTRAS
137         bool "  Transmission extra tools"
138         default n
139         depends on TCONFIG_BT
141 config TCONFIG_NFS
142         bool "  NFS Server"
143         default n
145 config TCONFIG_SNMP
146         bool "  SNMP"
147         default n
149 config TCONFIG_SDHC
150         bool "  SDHC/MMC mod for WRT54G/GL"
151         default n
153 config TCONFIG_HFS
154         bool "  HFS/HFS+ filesystem support "
155         default n
157 config TCONFIG_UPS
158         bool "  UPS Monitor"
159         depends on TCONFIG_USB
160         default n
162 config TCONFIG_NANO
163         bool "  NANO - user-friendly file editor"
164         default n
166 config TCONFIG_DNSCRYPT
167         bool "  DNScrypt-proxy"
168         default n
170 config TCONFIG_TOR
171         bool "  TOR Project"
172         default n
174 config TCONFIG_IPSEC
175         bool "IPSec Support"
176         default n
178 config TCONFIG_RAID
179         bool "RAID Support: mdadm plus md modules"
180         default n
182 config TCONFIG_CTF
183         bool "CTF (Cut-Through Forwarding)"
184         default n
186 config TCONFIG_DNSSEC
187         bool "DNSSEC"
188         default n
190 config TCONFIG_TINC
191         bool "TINC"
192         default n