Guest User

rt-n65u.config

a guest
Sep 30th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. ### Target Vendor/Product (support only Ralink RT3883/MT7620/MT7621/MT7628)
  2. CONFIG_VENDOR=ASUS
  3. CONFIG_PRODUCT=RT3883
  4.  
  5. ### Target ProductID (board select, max 12 symbols)
  6. CONFIG_FIRMWARE_PRODUCT_ID="RT-N65U"
  7.  
  8. ############################################################
  9. ### Linux kernel configuration
  10. ############################################################
  11.  
  12. ### Kernel driver select for WiFi AP 5GHz
  13. ### 2.4 = RT3883/3662 v2.4.3.6
  14. ### 2.7 = RT3883/3662 v2.7.2.0
  15. CONFIG_FIRMWARE_WIFI5_DRIVER=2.7
  16.  
  17. ### Kernel driver select for WiFi AP 2.4GHz
  18. ### 2.4 = RT3092 v2.4.0.5
  19. ### 2.5 = RT3092 v2.5.0.11
  20. ### 2.7 = RT3092 v2.7.1.5
  21. CONFIG_FIRMWARE_WIFI2_DRIVER=2.7
  22.  
  23. ### Enable IPv6 support
  24. CONFIG_FIRMWARE_ENABLE_IPV6=y
  25.  
  26. ### Include XFRM (IPsec) modules CONFIG_FIRMWARE_ENABLE_IPV6=y iptables extension ~ 0.2MB
  27. #CONFIG_FIRMWARE_INCLUDE_XFRM=y
  28.  
  29. ### Enable USB support
  30. CONFIG_FIRMWARE_ENABLE_USB=y
  31.  
  32. ### Enable NTFS filesystem support via Paragon "ufsd" driver. ~0.4MB
  33. CONFIG_FIRMWARE_ENABLE_UFSD=y
  34.  
  35. ### Enable FAT/FAT32 filesystem support. ~0.1MB
  36. #CONFIG_FIRMWARE_ENABLE_FAT=y
  37.  
  38. ### Enable exFAT (FAT/FAT32 too) filesystem support. ~0.12MB
  39. CONFIG_FIRMWARE_ENABLE_EXFAT=y
  40.  
  41. ### Enable EXT2 filesystem support. ~0.1MB
  42. #CONFIG_FIRMWARE_ENABLE_EXT2=y
  43.  
  44. ### Enable EXT3 filesystem support. ~0.2MB
  45. #CONFIG_FIRMWARE_ENABLE_EXT3=y
  46.  
  47. ### Enable EXT4 (EXT3/2 too) filesystem support. ~0.4MB
  48. CONFIG_FIRMWARE_ENABLE_EXT4=y
  49.  
  50. ### Enable XFS filesystem support. ~0.6MB
  51. #CONFIG_FIRMWARE_ENABLE_XFS=y
  52.  
  53. ### Enable Apple HFS+ filesystem support. ~0.1MB
  54. #CONFIG_FIRMWARE_ENABLE_HFS=y
  55.  
  56. ### Enable FUSE (filesystems in userspace) support. ~0.1MB
  57. CONFIG_FIRMWARE_ENABLE_FUSE=y
  58.  
  59. ### Enable swap files/partitions support. ~0.05MB
  60. CONFIG_FIRMWARE_ENABLE_SWAP=y
  61.  
  62. ### Enable dnsmasq regex feathure.
  63. #CONFIG_FIRMWARE_ENABLE_DNSMASQ_REGEX=y
  64.  
  65. ### Include UVC camera modules. ~0.2MB
  66. CONFIG_FIRMWARE_INCLUDE_UVC=y
  67.  
  68. ### Include USB-HID modules. ~0.2MB
  69. CONFIG_FIRMWARE_INCLUDE_HID=y
  70.  
  71. ### Include USB-Serial modules (e.g. pl2303). ~0.03MB
  72. CONFIG_FIRMWARE_INCLUDE_SERIAL=y
  73.  
  74. ### Include USB-Audio modules ~0.46MB
  75. CONFIG_FIRMWARE_INCLUDE_AUDIO=y
  76.  
  77. ### Include network QoS scheduling modules. ~0.2MB
  78. CONFIG_FIRMWARE_INCLUDE_QOS=y
  79.  
  80. ### Include IMQ module for shapers (a bit of performance degradation). ~0.02MB
  81. #CONFIG_FIRMWARE_INCLUDE_IMQ=y
  82.  
  83. ### Include IFB module for shapers. ~0.03MB
  84. #CONFIG_FIRMWARE_INCLUDE_IFB=y
  85.  
  86. ### Include IPSet utility and kernel modules. ~0.4MB
  87. CONFIG_FIRMWARE_INCLUDE_IPSET=y
  88.  
  89. ### Include NFSv3 server. ~0.6MB
  90. CONFIG_FIRMWARE_INCLUDE_NFSD=y
  91.  
  92. ### Include NFSv3 client. ~0.5MB
  93. CONFIG_FIRMWARE_INCLUDE_NFSC=y
  94.  
  95. ### Include CIFS (SMB) client. ~0.2MB
  96. CONFIG_FIRMWARE_INCLUDE_CIFS=y
  97.  
  98. ### Включить сборку бэкпортированных драйверов для медиа устройств
  99. #CONFIG_FIRMWARE_ENABLE_BACKPORTED=y
  100. ### Поместить бэкпортированный драйвера в образ прошивки
  101. ### (в противном случае они будут собраны в отдельный архив для размещения в /opt/lib/)
  102. #CONFIG_FIRMWARE_INCLUDE_BACKPORTED=y
  103.  
  104. ############################################################
  105. ### Userspace configuration
  106. ############################################################
  107.  
  108. ### Include WebUI international resources. Increased firmware size
  109. #CONFIG_FIRMWARE_INCLUDE_LANG_BR=y
  110. #CONFIG_FIRMWARE_INCLUDE_LANG_CZ=y
  111. #CONFIG_FIRMWARE_INCLUDE_LANG_DA=y
  112. #CONFIG_FIRMWARE_INCLUDE_LANG_DE=y
  113. #CONFIG_FIRMWARE_INCLUDE_LANG_ES=y
  114. #CONFIG_FIRMWARE_INCLUDE_LANG_FI=y
  115. #CONFIG_FIRMWARE_INCLUDE_LANG_FR=y
  116. #CONFIG_FIRMWARE_INCLUDE_LANG_NO=y
  117. #CONFIG_FIRMWARE_INCLUDE_LANG_PL=y
  118. #CONFIG_FIRMWARE_INCLUDE_LANG_RU=y
  119. #CONFIG_FIRMWARE_INCLUDE_LANG_SV=y
  120. CONFIG_FIRMWARE_INCLUDE_LANG_UK=y
  121.  
  122. ### Include NTFS-3G FUSE driver (instead of Paragon "ufsd"). ~0.4MB
  123. #CONFIG_FIRMWARE_INCLUDE_NTFS_3G=y
  124.  
  125. ### Include LPR printer daemon. ~0.12MB
  126. CONFIG_FIRMWARE_INCLUDE_LPRD=y
  127.  
  128. ### Include USB-over-Ethernet printer daemon. ~0.05MB
  129. CONFIG_FIRMWARE_INCLUDE_U2EC=y
  130.  
  131. ### Include "tcpdump" utility. ~0.6MB
  132. CONFIG_FIRMWARE_INCLUDE_TCPDUMP=y
  133.  
  134. ### Include "hdparm" utility (allow set HDD spindown timeout and APM). ~0.1MB
  135. CONFIG_FIRMWARE_INCLUDE_HDPARM=y
  136.  
  137. ### Include "parted" utility (allow make GPT partitions). ~0.3MB
  138. CONFIG_FIRMWARE_INCLUDE_PARTED=y
  139.  
  140. ### Include SMB (and WINS) server. ~1.5MB
  141. CONFIG_FIRMWARE_INCLUDE_SMBD=y
  142.  
  143. ### Add support SMB2
  144. CONFIG_FIRMWARE_INCLUDE_SMBD36=y
  145.  
  146. ### Include WINS server only. ~0.4MB
  147. #CONFIG_FIRMWARE_INCLUDE_WINS=y
  148.  
  149. ### Include syslog for SMB and WINS server. ~0.3MB
  150. #CONFIG_FIRMWARE_INCLUDE_SMBD_SYSLOG=y
  151.  
  152. ### Include FTP server. ~0.2MB
  153. CONFIG_FIRMWARE_INCLUDE_FTPD=y
  154.  
  155. ### Include alternative L2TP control client RP-L2TP. ~0.1MB
  156. CONFIG_FIRMWARE_INCLUDE_RPL2TP=y
  157.  
  158. ### Include EAP-TTLS and EAP-PEAP authentication support. openssl ~1.2MB, wpa_supplicant +0.04MB
  159. CONFIG_FIRMWARE_INCLUDE_EAP_PEAP=y
  160.  
  161. ### Include HTTPS support for DDNS client. openssl ~1.2MB
  162. CONFIG_FIRMWARE_INCLUDE_DDNS_SSL=y
  163.  
  164. ### Include HTTPS support. openssl ~1.2MB
  165. CONFIG_FIRMWARE_INCLUDE_HTTPS=y
  166.  
  167. ### Include sftp-server. openssl ~1.2MB, sftp-server ~0.06MB
  168. CONFIG_FIRMWARE_INCLUDE_SFTP=y
  169.  
  170. ### Include dropbear SSH. ~0.3MB
  171. CONFIG_FIRMWARE_INCLUDE_DROPBEAR=y
  172.  
  173. ### Make the dropbear symmetrical ciphers and hashes faster. ~0.06MB
  174. CONFIG_FIRMWARE_INCLUDE_DROPBEAR_FAST_CODE=y
  175.  
  176. ### Include OpenSSH instead of dropbear. openssl ~1.2MB, openssh ~1.0MB
  177. #CONFIG_FIRMWARE_INCLUDE_OPENSSH=y
  178.  
  179. ### Include OpenVPN. IPv6 required. openssl ~1.2MB, openvpn ~0.4MB
  180. CONFIG_FIRMWARE_INCLUDE_OPENVPN=y
  181.  
  182. ### Include StrongSwan. XFRM modules ~0.2MB, strongswan ~0.7MB
  183. #CONFIG_FIRMWARE_INCLUDE_SSWAN=y
  184.  
  185. ### Include Wireguard VPN module and utilite
  186. CONFIG_FIRMWARE_INCLUDE_WIREGUARD=y
  187.  
  188. ### Include Elliptic Curves (EC) to openssl library. ~0.1MB
  189. #CONFIG_FIRMWARE_INCLUDE_OPENSSL_EC=y
  190.  
  191. ### Include "openssl" executable for generate certificates. ~0.4MB
  192. CONFIG_FIRMWARE_INCLUDE_OPENSSL_EXE=y
  193.  
  194. ### Include xUPNPd IPTV mediaserver. ~0.3MB
  195. CONFIG_FIRMWARE_INCLUDE_XUPNPD=y
  196.  
  197. ### Include Minidlna UPnP mediaserver. ~1.6MB
  198. CONFIG_FIRMWARE_INCLUDE_MINIDLNA=y
  199.  
  200. ### Include Firefly iTunes mediaserver. ~1.0MB
  201. #CONFIG_FIRMWARE_INCLUDE_FIREFLY=y
  202.  
  203. ### Include ffmpeg 0.11.x instead of 0.6.x for Minidlna and Firefly. ~0.1MB
  204. CONFIG_FIRMWARE_INCLUDE_FFMPEG_NEW=y
  205.  
  206. ### Include Transmission torrent. openssl ~1.2MB, transmission ~1.5MB
  207. CONFIG_FIRMWARE_INCLUDE_TRANSMISSION=y
  208.  
  209. ### Include Transmission-Web-Control (advanced WebUI). ~0.8MB
  210. CONFIG_FIRMWARE_INCLUDE_TRANSMISSION_WEB_CONTROL=y
  211.  
  212. ### Include Aria2 download manager. openssl ~1.2MB, aria2 ~3.5MB
  213. #CONFIG_FIRMWARE_INCLUDE_ARIA=y
  214.  
  215. ### Include Aria2 WEB control. ~0.7MB
  216. #CONFIG_FIRMWARE_INCLUDE_ARIA_WEB_CONTROL=y
  217.  
  218. ### Include TOR proxy ~2.3MB
  219. #CONFIG_FIRMWARE_INCLUDE_TOR=y
  220.  
  221. ### Include GeoIP database info for TOR proxy ~1.1MB
  222. #CONFIG_FIRMWARE_INCLUDE_TOR_GEOIP=y
  223.  
  224. ### Include IPv6 GeoIP database info for TOR proxy ~1.1MB
  225. #CONFIG_FIRMWARE_INCLUDE_TOR_GEOIPV6=y
  226.  
  227. ### Include Privoxy proxy ~0.3MB
  228. #CONFIG_FIRMWARE_INCLUDE_PRIVOXY=y
  229.  
  230. ### Include DNSCrypt proxy ~0.5MB
  231. CONFIG_FIRMWARE_INCLUDE_DNSCRYPT=y
  232.  
  233. ### Include Stubby ~0.5MB
  234. #CONFIG_FIRMWARE_INCLUDE_STUBBY=y
  235.  
  236. ### Include WPAD support
  237. CONFIG_FIRMWARE_INCLUDE_WPAD=y
  238.  
  239. ### Include compressed memory support
  240. #CONFIG_FIRMWARE_INCLUDE_ZRAM=y
  241.  
  242. ### Add adb package
  243. CONFIG_FIRMWARE_INCLUDE_ADB=y
  244.  
  245. ### Include LUA support
  246. #CONFIG_FIRMWARE_INCLUDE_LUA=y
  247.  
Add Comment
Please, Sign In to add comment