/release/src/router/config/config.in

https://gitlab.com/envieidoc/advancedtomato2 · Autoconf · 235 lines · 179 code · 55 blank · 1 comment · 2 complexity · 7dfe5aba05bf6fd81081367d2aeb6a4c MD5 · raw file

  1. mainmenu "Tomato Configuration"
  2. config TCONFIG_OPTIMIZE_SHARED_LIBS
  3. bool "Optimize shared libraries (remove unused symbols)"
  4. default y
  5. config TCONFIG_L2TP
  6. bool "L2TP"
  7. default y
  8. config TCONFIG_PPTP
  9. bool "PPTP"
  10. default y
  11. config TCONFIG_PPTPD
  12. bool "PPTPD"
  13. depends on TCONFIG_PPTP
  14. default n
  15. config TCONFIG_HTTPS
  16. bool "HTTPS"
  17. default y
  18. config TCONFIG_SSH
  19. bool "SSH"
  20. default y
  21. config TCONFIG_CIFS
  22. bool "CIFS Client"
  23. default y
  24. config TCONFIG_JFFS2
  25. bool "JFFS Support"
  26. default y
  27. config TCONFIG_JFFSV1
  28. bool " Use JFFSv1 (if not selected, JFFS2 is used)"
  29. depends on TCONFIG_JFFS2
  30. default y
  31. config TCONFIG_ZEBRA
  32. bool "Zebra"
  33. default y
  34. config TCONFIG_DDNS
  35. bool "Dynamic DNS"
  36. default y
  37. config TCONFIG_L7
  38. bool "Layer 7 Netfilter"
  39. default y
  40. config TCONFIG_L7PAT
  41. bool " Standard Layer 7 Patterns"
  42. depends on TCONFIG_L7
  43. default y
  44. config TCONFIG_LZO
  45. bool "LZO Compression"
  46. default n
  47. config TCONFIG_OPENVPN
  48. bool "OpenVPN"
  49. depends on TCONFIG_LZO
  50. default n
  51. # !!TB
  52. config TCONFIG_IPV6
  53. bool "IPv6 Support"
  54. default n
  55. config TCONFIG_EBTABLES
  56. bool "Ebtables"
  57. default n
  58. config TCONFIG_EMF
  59. bool "Broadcom EMF (Efficient Multicast Forwarding & IGMP Snooping)"
  60. default n
  61. config TCONFIG_USB
  62. bool "USB Support"
  63. default y
  64. config TCONFIG_NOCAT
  65. bool "NoCat Splash"
  66. default n
  67. config TCONFIG_NGINX
  68. bool "NGinX Web Server"
  69. default n
  70. config TCONFIG_MEDIA_SERVER
  71. bool "Media Server (MiniDLNA)"
  72. depends on TCONFIG_USB
  73. default n
  74. config TCONFIG_FTP
  75. bool " FTP Server"
  76. depends on TCONFIG_USB
  77. default y
  78. config TCONFIG_FTP_SSL
  79. bool " FTP SSL Support"
  80. depends on TCONFIG_FTP
  81. default n
  82. config TCONFIG_SAMBASRV
  83. bool " Samba File Sharing"
  84. depends on TCONFIG_USB
  85. default y
  86. config TCONFIG_SAMBA3
  87. bool " Compile with Samba 3"
  88. depends on TCONFIG_SAMBASRV
  89. default n
  90. config TCONFIG_USB_EXTRAS
  91. bool " Additional modules and utilities"
  92. depends on TCONFIG_USB
  93. default n
  94. config TCONFIG_NTFS
  95. bool " NTFS-3g Support"
  96. depends on TCONFIG_USB
  97. default n
  98. config TCONFIG_BT
  99. bool " Bittorrent client gui only"
  100. default n
  101. config TCONFIG_BBT
  102. bool " Bittorrent client binaries only"
  103. default n
  104. config TCONFIG_TR_EXTRAS
  105. bool " Transmission extra tools"
  106. default n
  107. depends on TCONFIG_BT
  108. config TCONFIG_NFS
  109. bool " NFS Server"
  110. default n
  111. config TCONFIG_SNMP
  112. bool " SNMP"
  113. default n
  114. config TCONFIG_SDHC
  115. bool " SDHC/MMC mod for WRT54G/GL"
  116. default n
  117. config TCONFIG_HFS
  118. bool " HFS/HFS+ filesystem support "
  119. default n
  120. config TCONFIG_UPS
  121. bool " UPS Monitor"
  122. depends on TCONFIG_USB
  123. default n
  124. config TCONFIG_NANO
  125. bool " NANO - user-friendly file editor"
  126. default n
  127. config TCONFIG_DNSCRYPT
  128. bool " DNScrypt-proxy"
  129. default n
  130. config TCONFIG_NVRAM_64K
  131. bool "NVRAM_64K"
  132. default n
  133. config TCONFIG_TOR
  134. bool " TOR Project"
  135. default n
  136. config TCONFIG_IPSEC
  137. bool "IPSec Support"
  138. default n
  139. config TCONFIG_RAID
  140. bool "RAID Support: mdadm plus md modules"
  141. default n
  142. config TCONFIG_MICROSD
  143. bool "Support SD card (RT-N66u only)"
  144. depends on TCONFIG_USB
  145. default n
  146. config TCONFIG_USBAP
  147. bool "Include wl_high module"
  148. depends on TCONFIG_USB
  149. default n
  150. config TCONFIG_REMOVE_USBAPP
  151. bool "Remove USB Application (samba/ftp/usb support page)"
  152. depends on TCONFIG_USBAP
  153. default n
  154. config TCONFIG_AC66U
  155. bool "Flag to distinguish RT-AC66U from RT-N66U"
  156. default n
  157. config TCONFIG_R6300V1
  158. bool "Flag to distinguish Netgear R6300 v1 from WNDR4500 v1 and WNDR4500 v2"
  159. default n
  160. config TCONFIG_WNDR4500V1
  161. bool "Flag to distinguish Netgear WNDR4500 v1 from R6300 v1 and WNDR4500 v2"
  162. default n
  163. config TCONFIG_WNDR4500V2
  164. bool "Flag to distinguish Netgear WNDR4500 v2 from R6300 v1 and WNDR4500 v1"
  165. default n
  166. config TCONFIG_CTF
  167. bool "CTF (Cut-Through Forwarding)"
  168. default n
  169. config TCONFIG_NAND
  170. bool "NAND flash support"
  171. default n
  172. config TCONFIG_UFSD
  173. bool "Paragon NTFS driver for Asus routers"
  174. default n
  175. config TCONFIG_DNSSEC
  176. bool "DNSSEC"
  177. default n
  178. config TCONFIG_TINC
  179. bool "TINC"
  180. default n