Tomato 1.24
[tomato.git] / release / src / router / config / config.in
blobed997da65155102adec1e09681c9e52bdef5e3b0
2 mainmenu "Tomato Configuration"
4 config TCONFIG_L2TP
5         bool "L2TP"
6         default y
8 config TCONFIG_PPTP
9         bool "PPTP"
10         default y
12 config TCONFIG_HTTPS
13         bool "HTTPS"
14         default y
16 config TCONFIG_SSH
17         bool "SSH"
18         default y
20 config TCONFIG_CIFS
21         bool "CIFS Client"
22         default y
24 config TCONFIG_JFFS2
25         bool "JFFS2"
26         default y
28 config TCONFIG_ZEBRA
29         bool "Zebra"
30         default y
32 config TCONFIG_DDNS
33         bool "Dynamic DNS"
34         default y
36 config TCONFIG_L7
37         bool "Layer 7 Netfilter"
38         default y
40 config TCONFIG_L7PAT
41         bool "Standard Layer 7 Patterns"
42         depends on TCONFIG_L7
43         default y