UPS: apcupsd support with gui
[tomato.git] / release / src / router / config / config.in
blobdb94b1abdc057ce11bb101dc65a7fc7eba99e63c
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_BT
120         bool "  Bittorrent client gui only"
121         default n
123 config TCONFIG_BBT
124         bool "  Bittorrent client binaries only"
125         default n
127 config TCONFIG_TR_EXTRAS
128         bool "  Transmission extra tools"
129         default n
131 config TCONFIG_NFS
132         bool "  NFS Server"
133         default n
135 config TCONFIG_SNMP
136         bool "  SNMP"
137         default n
139 config TCONFIG_SDHC
140         bool "  SDHC/MMC mod for WRT54G/GL"
141         default n
143 config TCONFIG_HFS
144         bool "  HFS/HFS+ filesystem support "
145         default n
147 config TCONFIG_UPS
148         bool "  UPS Monitor"
149         depends on TCONFIG_USB
150         default n