Changes for kernel and Busybox
[tomato.git] / release / src / router / config / config.in
blob4ae90d077f52ba30ca74a4a0e0f6f8d3dd8ebabb
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_HTTPS
17         bool "HTTPS"
18         default y
20 config TCONFIG_SSH
21         bool "SSH"
22         default y
24 config TCONFIG_CIFS
25         bool "CIFS Client"
26         default y
28 config TCONFIG_JFFS2
29         bool "JFFS Support"
30         default y
32 config TCONFIG_JFFSV1
33         bool "  Use JFFSv1 (if not selected, JFFS2 is used)"
34         depends on TCONFIG_JFFS2
35         default y
37 config TCONFIG_ZEBRA
38         bool "Zebra"
39         default y
41 config TCONFIG_DDNS
42         bool "Dynamic DNS"
43         default y
45 config TCONFIG_L7
46         bool "Layer 7 Netfilter"
47         default y
49 config TCONFIG_L7PAT
50         bool "  Standard Layer 7 Patterns"
51         depends on TCONFIG_L7
52         default y
54 config TCONFIG_LZO
55         bool "LZO Compression"
56         default n
58 config TCONFIG_OPENVPN
59         bool "OpenVPN"
60         depends on TCONFIG_LZO
61         default n
63 # !!TB
64 config TCONFIG_IPV6
65         bool "IPv6 Support"
66         default n
68 config TCONFIG_EBTABLES
69         bool "Ebtables"
70         default n
72 config TCONFIG_EMF
73         bool "Broadcom EMF (Efficient Multicast Forwarding & IGMP Snooping)"
74         default n
76 config TCONFIG_USB
77         bool "USB Support"
78         default y
80 config TCONFIG_NOCAT
81         bool "NoCat Splash"
82         default n
84 config TCONFIG_MEDIA_SERVER
85         bool "Media Server (MiniDLNA)"
86         depends on TCONFIG_USB
87         default n
89 config TCONFIG_FTP
90         bool "  FTP Server"
91         depends on TCONFIG_USB
92         default y
94 config TCONFIG_FTP_SSL
95         bool "    FTP SSL Support"
96         depends on TCONFIG_FTP
97         default n
99 config TCONFIG_SAMBASRV
100         bool "  Samba File Sharing"
101         depends on TCONFIG_USB
102         default y
104 config TCONFIG_SAMBA3
105         bool "    Compile with Samba 3"
106         depends on TCONFIG_SAMBASRV
107         default n
109 config TCONFIG_USB_EXTRAS
110         bool "  Additional modules and utilities"
111         depends on TCONFIG_USB
112         default n
114 config TCONFIG_NTFS
115         bool "  NTFS-3g Support"
116         depends on TCONFIG_USB
117         default n
119 config TCONFIG_NGINX
120         bool "NGinX Web Server"
121         default n
123 config TCONFIG_ZLIB
124         bool "Compressor"
125         default n
127 config TCONFIG_SNMP
128         bool "SNMP"
129         default n
131 config TCONFIG_VLAN
132         bool "VLAN GUI"
133         default n
135 config TCONFIG_USERPPTP
136         bool "User PPTP"
137         depends on TCONFIG_PPTP
138         default n
140 config TCONFIG_PPTPD
141         bool "PPTPD"
142         depends on TCONFIG_PPTP
143         default n
145 config TCONFIG_DNSCRYPT
146         bool "  DNScrypt-proxy"
147         default n
149 config TCONFIG_NVRAM_64K
150         bool "NVRAM_64K"
151         default n
153 config TCONFIG_USBAP
154         bool "Include wl_high module"
155         depends on TCONFIG_USB
156         default n
158 config TCONFIG_REMOVE_USBAPP
159         bool "Remove USB Application (samba/ftp/usb support page)"
160         depends on TCONFIG_USBAP
161         default n
163 config TCONFIG_TCPDUMP
164         bool "TCPDUMP and LIBPCAP utilities"
165         default n