ubnt.mk 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #
  2. # Copyright (C) 2009 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/UBNTRS
  8. NAME:=Ubiquiti RouterStation
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  10. endef
  11. define Profile/UBNTRS/Description
  12. Package set optimized for the Ubiquiti RouterStation.
  13. endef
  14. $(eval $(call Profile,UBNTRS))
  15. define Profile/UBNTRSPRO
  16. NAME:=Ubiquiti RouterStation Pro
  17. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  18. endef
  19. define Profile/UBNTRSPRO/Description
  20. Package set optimized for the Ubiquiti RouterStation Pro.
  21. endef
  22. $(eval $(call Profile,UBNTRSPRO))
  23. define Profile/UBNTUNIFI
  24. NAME:=Ubiquiti UniFi AP
  25. PACKAGES:=
  26. endef
  27. define Profile/UBNTUNIFI/Description
  28. Package set optimized for the Ubiquiti UniFi AP.
  29. endef
  30. $(eval $(call Profile,UBNTUNIFI))
  31. define Profile/UBNTUNIFIACLITE
  32. NAME:=Ubiquiti UniFi AP AC LITE/LR
  33. PACKAGES:=kmod-ath10k ath10k-firmware-qca988x
  34. endef
  35. define Profile/UBNTUNIFIACLITE/Description
  36. Package set optimized for the Ubiquiti UniFi AP AC LITE/LR.
  37. endef
  38. $(eval $(call Profile,UBNTUNIFIACLITE))
  39. define Profile/UBNTUNIFIACPRO
  40. NAME:=Ubiquiti UniFi AP AC PRO
  41. PACKAGES:=kmod-ath10k ath10k-firmware-qca988x kmod-usb-core kmod-usb-ohci kmod-usb2
  42. endef
  43. define Profile/UBNTUNIFIACPRO/Description
  44. Package set optimized for the Ubiquiti UniFi AP AC PRO.
  45. endef
  46. $(eval $(call Profile,UBNTUNIFIACPRO))
  47. define Profile/UBNTUNIFIOUTDOOR
  48. NAME:=Ubiquiti UniFiAP Outdoor
  49. PACKAGES:=
  50. endef
  51. define Profile/UBNTUNIFIOUTDOOR/Description
  52. Package set optimized for the Ubiquiti UniFiAP Outdoor.
  53. endef
  54. $(eval $(call Profile,UBNTUNIFIOUTDOOR))
  55. define Profile/UAPPRO
  56. NAME:=Ubiquiti UniFi AP Pro
  57. PACKAGES:=
  58. endef
  59. define Profile/UAPPRO/Description
  60. Package set optimized for the Ubiquiti UniFi AP Pro.
  61. endef
  62. $(eval $(call Profile,UAPPRO))
  63. define Profile/UBNT
  64. NAME:=Ubiquiti Products
  65. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  66. endef
  67. define Profile/UBNT/Description
  68. Build images for all Ubiquiti products (including LS-SR71, RouterStation and RouterStation Pro)
  69. endef
  70. $(eval $(call Profile,UBNT))