profiles 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. #!/usr/bin/env bash
  2. # shellcheck disable=SC2034
  3. # This file contains a set of device profiles for openwrtbuilder
  4. # bash doesn't like nested arrays so we use strings instead
  5. # Packages to install for all profiles
  6. default_packages="\
  7. luci \
  8. luci-ssl \
  9. nano \
  10. htop \
  11. diffutils \
  12. tar \
  13. iperf3 \
  14. bash \
  15. rsync \
  16. luci-app-statistics \
  17. collectd-mod-sensors \
  18. collectd-mod-thermal \
  19. collectd-mod-conntrack \
  20. collectd-mod-cpu"
  21. #################
  22. # Current devices
  23. #################
  24. # Main router
  25. declare -Ag r4s
  26. r4s['device']="friendlyarm_nanopi-r4s"
  27. r4s['target']="rockchip/armv8"
  28. r4s['filesystem']="ext4"
  29. r4s['packages']="\
  30. $default_packages \
  31. luci-proto-wireguard \
  32. luci-app-ddns \
  33. luci-app-sqm \
  34. irqbalance \
  35. collectd-mod-df \
  36. usbutils \
  37. kmod-usb-storage \
  38. kmod-usb-storage-uas \
  39. kmod-fs-btrfs \
  40. btrfs-progs \
  41. block-mount \
  42. smcroute \
  43. avahi-daemon \
  44. curl \
  45. ethtool \
  46. ca-bundle"
  47. # The following are source mode only
  48. r4s['config']="\
  49. CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
  50. CONFIG_BTRFS_PROGS_ZSTD=y \
  51. CONFIG_TARGET_ROOTFS_PARTSIZE=512 \
  52. CONFIG_TARGET_KERNEL_PARTSIZE=32"
  53. r4s['files']="\
  54. /mnt/backup"
  55. # WDS mesh nodes
  56. declare -Ag ax6000
  57. ax6000['device']="xiaomi_redmi-router-ax6000-stock"
  58. ax6000['target']="mediatek/filogic"
  59. ax6000['release']="snapshot"
  60. ax6000['filesystem']="squashfs"
  61. ax6000['packages']="\
  62. $default_packages \
  63. -dnsmasq \
  64. -odhcpd-ipv6only \
  65. -nftables \
  66. -firewall4"
  67. # for 802.11s
  68. # mesh11sd \
  69. # -wpad-basic-mbedtls \
  70. # wpad-mesh-mbedtls"
  71. # WDS mesh nodes
  72. declare -Ag ax6000_ap
  73. ax6000_ap['device']="xiaomi_redmi-router-ax6000-stock"
  74. ax6000_ap['target']="mediatek/filogic"
  75. ax6000_ap['release']="snapshot"
  76. ax6000_ap['filesystem']="squashfs"
  77. ax6000_ap['packages']="\
  78. $default_packages \
  79. avahi-daemon \
  80. smcroute \
  81. ca-bundle"
  82. # For converted uboots
  83. # declare -Ag ax6000_uboot
  84. # ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod"
  85. # ax6000_uboot['target']="mediatek/filogic"
  86. # ax6000_uboot['release']="snapshot"
  87. # ax6000_uboot['filesystem']="squashfs"
  88. # ax6000_uboot['packages']="\
  89. # $default_packages \
  90. # -dnsmasq \
  91. # -odhcpd-ipv6only \
  92. # -nftables \
  93. # -firewall4 \
  94. # -kmod-nft-offload \
  95. # collectd-mod-iwinfo"
  96. # Remote NAS
  97. declare -Ag n5100
  98. n5100['device']="generic"
  99. n5100['target']="x86/64"
  100. n5100['filesystem']="squashfs"
  101. n5100['packages']="\
  102. $default_packages \
  103. luci-proto-wireguard \
  104. luci-app-ddns \
  105. irqbalance \
  106. collectd-mod-df \
  107. usbutils \
  108. kmod-usb-storage \
  109. kmod-usb-storage-uas \
  110. kmod-fs-btrfs \
  111. btrfs-progs \
  112. block-mount \
  113. cryptsetup \
  114. kmod-crypto-xts \
  115. smcroute \
  116. avahi-daemon \
  117. curl \
  118. ethtool \
  119. ca-bundle \
  120. smartmontools \
  121. intel-microcode \
  122. lm-sensors \
  123. samba4-server \
  124. luci-app-samba4 \
  125. tailscale \
  126. shadow-useradd"
  127. # The following are source mode only
  128. n5100['config']="\
  129. CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
  130. CONFIG_BTRFS_PROGS_ZSTD=y \
  131. CONFIG_TARGET_ROOTFS_PARTSIZE=512 \
  132. CONFIG_TARGET_KERNEL_PARTSIZE=32"
  133. n5100['files']="\
  134. /mnt/backup"
  135. # Dusty drawer
  136. declare -Ag rpi4
  137. rpi4['device']="rpi-4"
  138. rpi4['target']="bcm27xx/bcm2711"
  139. rpi4['filesystem']="ext4"
  140. rpi4['packages']="\
  141. $default_packages \
  142. kmod-usb-net-asix-ax88179 \
  143. kmod-usb-net-rtl8152 \
  144. luci-app-upnp \
  145. luci-proto-wireguard \
  146. luci-app-pbr \
  147. -dnsmasq \
  148. dnsmasq-full \
  149. luci-app-ddns \
  150. luci-app-sqm"
  151. #################
  152. # Stock builds
  153. #################
  154. declare -Ag r4s_stock
  155. r4s_stock['device']="friendlyarm_nanopi-r4s"
  156. r4s_stock['target']="rockchip/armv8"
  157. r4s_stock['filesystem']="ext4"
  158. r4s_stock['release']="snapshot"
  159. #################
  160. # Old devices
  161. #################
  162. declare -Ag totolink
  163. totolink['device']="totolink_x5000r"
  164. totolink['target']="ramips/mt7621"
  165. totolink['filesystem']="squashfs"
  166. totolink['packages']="\
  167. $default_packages \
  168. -dnsmasq \
  169. -odhcpd-ipv6only \
  170. -nftables \
  171. -firewall4 \
  172. -kmod-nft-offload \
  173. collectd-mod-iwinfo"
  174. declare -Ag archer
  175. archer['device']="tplink_archer-c7-v2"
  176. archer['target']="ath79/generic"
  177. archer['filesystem']="squashfs"
  178. archer['packages']="\
  179. $default_packages \
  180. -dnsmasq \
  181. -odhcpd \
  182. -iptables \
  183. -ath10k-firmware-qca988x-ct \
  184. ath10k-firmware-qca988x-ct-full-htt"
  185. declare -Ag linksys
  186. linksys['device']="linksys_ea8300"
  187. linksys['target']="ipq40xx/generic"
  188. linksys['filesystem']="squashfs"
  189. linksys['packages']="\
  190. $default_packages \
  191. -dnsmasq \
  192. -odhcpd \
  193. -iptables"
  194. declare -Ag r2s
  195. r2s['device']="friendlyarm_nanopi-r2s"
  196. r2s['target']="rockchip/armv8"
  197. r2s['filesystem']="ext4"
  198. r2s['packages']="\
  199. $default_packages \
  200. luci-app-upnp \
  201. luci-proto-wireguard \
  202. luci-app-pbr \
  203. -dnsmasq \
  204. dnsmasq-full \
  205. luci-app-ddns \
  206. luci-app-sqm \
  207. luci-app-statistics \
  208. collectd-mod-sensors \
  209. collectd-mod-thermal \
  210. collectd-mod-conntrack \
  211. smcroute \
  212. curl \
  213. ethtool"
  214. declare -Ag r2s_tr
  215. r2s_tr['device']="friendlyarm_nanopi-r2s"
  216. r2s_tr['target']="rockchip/armv8"
  217. r2s_tr['filesystem']="ext4"
  218. r2s_tr['packages']="\
  219. $default_packages \
  220. luci-app-upnp \
  221. luci-proto-wireguard \
  222. luci-app-pbr \
  223. luci-app-ddns \
  224. luci-app-statistics \
  225. collectd-mod-sensors \
  226. collectd-mod-thermal \
  227. collectd-mod-conntrack \
  228. curl \
  229. ethtool \
  230. travelmate"