ar71xx-generic 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. ATH10K_PACKAGES=
  2. ATH10K_PACKAGES_QCA9887=
  3. if [ "$GLUON_ATH10K_MESH" = '11s' ]; then
  4. ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct'
  5. fi
  6. if [ "$GLUON_ATH10K_MESH" = 'ibss' ]; then
  7. ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca988x ath10k-firmware-qca988x-ct'
  8. ATH10K_PACKAGES_QCA9887='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca9887 ath10k-firmware-qca9887-ct'
  9. fi
  10. # 8devices
  11. device 8devices-carambola2-board carambola2
  12. factory
  13. # ALFA NETWORK
  14. device alfa-network-hornet-ub hornet-ub HORNETUB
  15. alias alfa-network-ap121
  16. alias alfa-network-ap121u
  17. device alfa-network-tube2h tube2h-8M TUBE2H8M
  18. device alfa-network-n2-n5 alfa-nx ALFANX
  19. # Allnet
  20. device allnet-all0315n all0315n ALL0315N
  21. factory
  22. # Buffalo
  23. device buffalo-wzr-hp-g300nh wzr-hp-g300nh WZRHPG300NH
  24. device buffalo-wzr-hp-g300nh2 wzr-hp-g300nh2 WZRHPG300NH2
  25. device buffalo-wzr-hp-g450h wzr-hp-g450h WZRHPG450H
  26. device buffalo-wzr-hp-ag300h wzr-hp-ag300h WZRHPAG300H
  27. sysupgrade
  28. device buffalo-wzr-600dhp wzr-600dhp WZR600DHP
  29. sysupgrade
  30. sysupgrade_image buffalo-wzr-hp-ag300h-wzr-600dhp wzr-hp-ag300h-squashfs-sysupgrade .bin
  31. # D-Link
  32. device d-link-dir-505-rev-a1 dir-505-a1 DIR505A1
  33. alias d-link-dir-505-rev-a2
  34. device d-link-dir-825-rev-b1 dir-825-b1 DIR825B1
  35. factory
  36. # GL Innovations
  37. device gl-inet-6408a-v1 gl-inet-6408A-v1
  38. device gl-inet-6416a-v1 gl-inet-6416A-v1
  39. device gl-ar150 gl-ar150
  40. factory
  41. # Linksys by Cisco
  42. device linksys-wrt160nl wrt160nl WRT160NL
  43. # Meraki
  44. # BROKEN: MAC address uniqueness issues
  45. if [ "$BROKEN" ]; then
  46. device meraki-mr12 mr12
  47. alias meraki-mr62
  48. factory
  49. device meraki-mr16 mr16
  50. alias meraki-mr66
  51. factory
  52. fi
  53. # Netgear
  54. device netgear-wndr3700 wndr3700
  55. factory .img
  56. device netgear-wndr3700v2 wndr3700v2
  57. factory .img
  58. device netgear-wndr3800 wndr3800
  59. factory .img
  60. device netgear-wndrmacv2 wndrmacv2
  61. factory .img
  62. if [ "$BROKEN" ]; then
  63. device netgear-wndrmac wndrmac # BROKEN: untested
  64. factory .img
  65. device netgear-wnr2200 wnr2200 WNR2200 # BROKEN: untested
  66. factory .img
  67. fi
  68. # Onion
  69. device onion-omega onion-omega
  70. # OpenMesh
  71. if [ "$ATH10K_PACKAGES" ]; then
  72. device openmesh-mr1750 mr1750 MR1750
  73. alias openmesh-mr1750v2
  74. packages $ATH10K_PACKAGES
  75. fi
  76. device openmesh-mr600 mr600 MR600
  77. alias openmesh-mr600v2
  78. device openmesh-mr900 mr900 MR900
  79. alias openmesh-mr900v2
  80. device openmesh-om2p om2p OM2P
  81. alias openmesh-om2pv2
  82. alias openmesh-om2p-hs
  83. alias openmesh-om2p-hsv2
  84. alias openmesh-om2p-hsv3
  85. alias openmesh-om2p-lc
  86. device openmesh-om5p om5p OM5P
  87. alias openmesh-om5p-an
  88. if [ "$ATH10K_PACKAGES" ]; then
  89. device openmesh-om5p-ac om5pac OM5PAC
  90. alias openmesh-om5p-acv2
  91. packages $ATH10K_PACKAGES
  92. fi
  93. # TP-Link
  94. device tp-link-cpe210-v1.0 cpe210-220
  95. alias tp-link-cpe210-v1.1
  96. alias tp-link-cpe220-v1.1
  97. device tp-link-cpe510-v1.0 cpe510-520
  98. alias tp-link-cpe510-v1.1
  99. alias tp-link-cpe520-v1.1
  100. device tp-link-wbs210-v1.20 wbs210
  101. device tp-link-wbs510-v1.20 wbs510
  102. device tp-link-tl-wr710n-v1 tl-wr710n-v1
  103. device tp-link-tl-wr710n-v2.1 tl-wr710n-v2.1
  104. device tp-link-tl-wr842n-nd-v1 tl-wr842n-v1
  105. device tp-link-tl-wr842n-nd-v2 tl-wr842n-v2
  106. device tp-link-tl-wr842n-nd-v3 tl-wr842n-v3
  107. device tp-link-tl-wr1043n-nd-v1 tl-wr1043nd-v1
  108. device tp-link-tl-wr1043n-nd-v2 tl-wr1043nd-v2
  109. device tp-link-tl-wr1043n-nd-v3 tl-wr1043nd-v3
  110. device tp-link-tl-wr1043n-nd-v4 tl-wr1043nd-v4
  111. device tp-link-tl-wdr3500-v1 tl-wdr3500-v1
  112. device tp-link-tl-wdr3600-v1 tl-wdr3600-v1
  113. device tp-link-tl-wdr4300-v1 tl-wdr4300-v1
  114. device tp-link-tl-wr2543n-nd-v1 tl-wr2543-v1
  115. if [ "$ATH10K_PACKAGES" ]; then
  116. device tp-link-archer-c5-v1 archer-c5-v1
  117. packages $ATH10K_PACKAGES
  118. device tp-link-archer-c7-v2 archer-c7-v2
  119. packages $ATH10K_PACKAGES
  120. factory -squashfs-factory${GLUON_REGION:+-${GLUON_REGION}} .bin
  121. if [ "$BROKEN" ]; then
  122. device tp-link-archer-c25-v1 archer-c25-v1 # instability with 5GHz mesh in some environments
  123. packages $ATH10K_PACKAGES_QCA9887
  124. fi
  125. device tp-link-re450 re450
  126. packages $ATH10K_PACKAGES
  127. fi
  128. # Ubiquiti
  129. device ubiquiti-airgateway ubnt-air-gateway
  130. alias ubiquiti-airgateway-lr
  131. device ubiquiti-airgateway-pro ubnt-air-gateway-pro
  132. device ubiquiti-airrouter ubnt-airrouter
  133. device ubiquiti-bullet-m ubnt-bullet-m
  134. alias ubiquiti-nanostation-loco-m2
  135. alias ubiquiti-nanostation-loco-m5
  136. alias ubiquiti-rocket-m2
  137. alias ubiquiti-rocket-m5
  138. alias ubiquiti-bullet-m2
  139. alias ubiquiti-bullet-m5
  140. alias ubiquiti-picostation-m2
  141. device ubiquiti-nanostation-m ubnt-nano-m
  142. alias ubiquiti-nanostation-m2
  143. alias ubiquiti-nanostation-m5
  144. device ubiquiti-loco-m-xw ubnt-loco-m-xw
  145. alias ubiquiti-nanostation-loco-m2-xw
  146. alias ubiquiti-nanostation-loco-m5-xw
  147. device ubiquiti-nanostation-m-xw ubnt-nano-m-xw
  148. alias ubiquiti-nanostation-m2-xw
  149. alias ubiquiti-nanostation-m5-xw
  150. device ubiquiti-rocket-m-xw ubnt-rocket-m-xw
  151. alias ubiquiti-rocket-m2-xw
  152. alias ubiquiti-rocket-m5-xw
  153. device ubiquiti-rocket-m-ti ubnt-rocket-m-ti
  154. alias ubiquiti-rocket-m2-ti
  155. alias ubiquiti-rocket-m5-ti
  156. device ubiquiti-unifi ubnt-unifi
  157. alias ubiquiti-unifi-ap
  158. alias ubiquiti-unifi-ap-lr
  159. device ubiquiti-unifi-ap-pro ubnt-uap-pro
  160. device ubiquiti-unifiap-outdoor ubnt-unifi-outdoor
  161. device ubiquiti-unifiap-outdoor+ ubnt-unifi-outdoor-plus
  162. if [ "$BROKEN" ]; then
  163. device ubiquiti-ls-sr71 ubnt-ls-sr71 # BROKEN: Untested
  164. fi
  165. if [ "$ATH10K_PACKAGES" ]; then
  166. device ubiquiti-unifi-ac-lite ubnt-unifiac-lite
  167. packages $ATH10K_PACKAGES
  168. factory
  169. device ubiquiti-unifi-ac-pro ubnt-unifiac-pro
  170. packages $ATH10K_PACKAGES
  171. factory
  172. fi
  173. # Western Digital
  174. device wd-my-net-n600 mynet-n600
  175. device wd-my-net-n750 mynet-n750