openmesh.mk 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #
  2. # Copyright (C) 2011-2012 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/OM2P
  8. NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-HSv3/OM2P-LC
  9. PACKAGES:=kmod-ath9k om-watchdog
  10. endef
  11. define Profile/OM2P/Description
  12. Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-HSv3/OM2P-LC.
  13. endef
  14. $(eval $(call Profile,OM2P))
  15. define Profile/OM5P
  16. NAME:=OpenMesh OM5P/OM5P-AN
  17. PACKAGES:=kmod-ath9k om-watchdog
  18. endef
  19. define Profile/OM5P/Description
  20. Package set optimized for the OpenMesh OM5P/OM5P-AN.
  21. endef
  22. $(eval $(call Profile,OM5P))
  23. define Profile/OM5PAC
  24. NAME:=OpenMesh OM5P-AC/OM5P-ACv2
  25. PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog ath10k-firmware-qca988x
  26. endef
  27. define Profile/OM5PAC/Description
  28. Package set optimized for the OpenMesh OM5P-AC/OM5P-ACv2.
  29. endef
  30. $(eval $(call Profile,OM5PAC))
  31. define Profile/MR600
  32. NAME:=OpenMesh MR600
  33. PACKAGES:=kmod-ath9k om-watchdog
  34. endef
  35. define Profile/MR600/Description
  36. Package set optimized for the OpenMesh MR600.
  37. endef
  38. $(eval $(call Profile,MR600))
  39. define Profile/MR900
  40. NAME:=OpenMesh MR900/MR900v2
  41. PACKAGES:=kmod-ath9k om-watchdog
  42. endef
  43. define Profile/MR900/Description
  44. Package set optimized for the OpenMesh MR900/MR900v2.
  45. endef
  46. $(eval $(call Profile,MR900))
  47. define Profile/MR1750
  48. NAME:=OpenMesh MR1750/MR1750v2
  49. PACKAGES:=kmod-ath9k kmod-ath10k ath10k-firmware-qca988x
  50. endef
  51. define Profile/MR1750/Description
  52. Package set optimized for the OpenMesh MR1750/MR1750v2.
  53. endef
  54. $(eval $(call Profile,MR1750))
  55. define Profile/OPENMESH
  56. NAME:=OpenMesh products
  57. PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
  58. endef
  59. define Profile/OPENMESH/Description
  60. Build images for all OpenMesh products.
  61. endef
  62. $(eval $(call Profile,OPENMESH))