ubnt.mk 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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/UBNTUNIFIOUTDOOR
  32. NAME:=Ubiquiti UniFiAP Outdoor
  33. PACKAGES:=
  34. endef
  35. define Profile/UBNTUNIFIOUTDOOR/Description
  36. Package set optimized for the Ubiquiti UniFiAP Outdoor.
  37. endef
  38. $(eval $(call Profile,UBNTUNIFIOUTDOOR))
  39. define Profile/UAPPRO
  40. NAME:=Ubiquiti UniFi AP Pro
  41. PACKAGES:=
  42. endef
  43. define Profile/UAPPRO/Description
  44. Package set optimized for the Ubiquiti UniFi AP Pro.
  45. endef
  46. $(eval $(call Profile,UAPPRO))
  47. define Profile/UBNT
  48. NAME:=Ubiquiti Products
  49. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  50. endef
  51. define Profile/UBNT/Description
  52. Build images for all Ubiquiti products (including LS-SR71, RouterStation and RouterStation Pro)
  53. endef
  54. $(eval $(call Profile,UBNT))