MIPSR2 - Router Model name is used to setup the Vlan Port order
[tomato.git] / release / src / router / config / config.in
blobe6a82a583db56c2a718d1b45b39a42ec5c0e03ad
2 mainmenu "Tomato Configuration"
4 config TCONFIG_OPTIMIZE_SHARED_LIBS
5         bool "Optimize shared libraries (remove unused symbols)"
6         default y
8 config TCONFIG_MIPSR2
9         bool "MIPS R2 flag"
10         default n
12 config TCONFIG_L2TP
13         bool "L2TP"
14         default y
16 config TCONFIG_PPTP
17         bool "PPTP"
18         default y
20 config TCONFIG_PPTPD
21         bool "PPTPD"
22         depends on TCONFIG_PPTP
23         default n
25 config TCONFIG_HTTPS
26         bool "HTTPS"
27         default y
29 config TCONFIG_SSH
30         bool "SSH"
31         default y
33 config TCONFIG_CIFS
34         bool "CIFS Client"
35         default y
37 config TCONFIG_JFFS2
38         bool "JFFS Support"
39         default y
41 config TCONFIG_JFFSV1
42         bool "  Use JFFSv1 (if not selected, JFFS2 is used)"
43         depends on TCONFIG_JFFS2
44         default y
46 config TCONFIG_ZEBRA
47         bool "Zebra"
48         default y
50 config TCONFIG_DDNS
51         bool "Dynamic DNS"
52         default y
54 config TCONFIG_L7
55         bool "Layer 7 Netfilter"
56         default y
58 config TCONFIG_L7PAT
59         bool "  Standard Layer 7 Patterns"
60         depends on TCONFIG_L7
61         default y
63 config TCONFIG_LZO
64         bool "LZO Compression"
65         default n
67 config TCONFIG_OPENVPN
68         bool "OpenVPN"
69         depends on TCONFIG_LZO
70         default n
72 # !!TB
73 config TCONFIG_IPV6
74         bool "IPv6 Support"
75         default n
77 config TCONFIG_EBTABLES
78         bool "Ebtables"
79         default n
81 config TCONFIG_EMF
82         bool "Broadcom EMF (Efficient Multicast Forwarding & IGMP Snooping)"
83         default n
85 config TCONFIG_USB
86         bool "USB Support"
87         default y
89 config TCONFIG_NOCAT
90         bool "NoCat Splash"
91         default n
93 config TCONFIG_NGINX
94         bool "NGinX Web Server"
95         default n
97 config TCONFIG_MEDIA_SERVER
98         bool "Media Server (MiniDLNA)"
99         depends on TCONFIG_USB
100         default n
102 config TCONFIG_FTP
103         bool "  FTP Server"
104         depends on TCONFIG_USB
105         default y
107 config TCONFIG_FTP_SSL
108         bool "    FTP SSL Support"
109         depends on TCONFIG_FTP
110         default n
112 config TCONFIG_SAMBASRV
113         bool "  Samba File Sharing"
114         depends on TCONFIG_USB
115         default y
117 config TCONFIG_SAMBA3
118        bool "    Compile with Samba 3"
119        depends on TCONFIG_SAMBASRV
120        default n
122 config TCONFIG_USB_EXTRAS
123         bool "  Additional modules and utilities"
124         depends on TCONFIG_USB
125         default n
127 config TCONFIG_NTFS
128         bool "  NTFS-3g Support"
129         depends on TCONFIG_USB
130         default n
132 config TCONFIG_BT
133         bool "  Bittorrent client gui only"
134         default n
136 config TCONFIG_BBT
137         bool "  Bittorrent client binaries only"
138         default n
140 config TCONFIG_TR_EXTRAS
141         bool "  Transmission extra tools"
142         default n
143         depends on TCONFIG_BT
145 config TCONFIG_NFS
146         bool "  NFS Server"
147         default n
149 config TCONFIG_SNMP
150         bool "  SNMP"
151         default n
153 config TCONFIG_SDHC
154         bool "  SDHC/MMC mod for WRT54G/GL"
155         default n
157 config TCONFIG_HFS
158         bool "  HFS/HFS+ filesystem support "
159         default n
161 config TCONFIG_UPS
162         bool "  UPS Monitor"
163         depends on TCONFIG_USB
164         default n
166 config TCONFIG_NANO
167         bool "  NANO - user-friendly file editor"
168         default n
170 config TCONFIG_DNSCRYPT
171         bool "  DNScrypt-proxy"
172         default n
174 config TCONFIG_TOR
175         bool "  TOR Project"
176         default n
178 config TCONFIG_IPSEC
179         bool "IPSec Support"
180         default n
182 config TCONFIG_RAID
183         bool "RAID Support: mdadm plus md modules"
184         default n
186 config TCONFIG_CTF
187         bool "CTF (Cut-Through Forwarding)"
188         default n
190 config TCONFIG_DNSSEC
191         bool "DNSSEC"
192         default n
194 config TCONFIG_TINC
195         bool "TINC"
196         default n