openmesh.mk 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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-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-LC.
  13. endef
  14. $(eval $(call Profile,OM2P))
  15. define Profile/OM5P
  16. NAME:=OpenMesh OM5P
  17. PACKAGES:=kmod-ath9k om-watchdog
  18. endef
  19. define Profile/OM5P/Description
  20. Package set optimized for the OpenMesh OM5P.
  21. endef
  22. $(eval $(call Profile,OM5P))
  23. define Profile/MR600
  24. NAME:=OpenMesh MR600
  25. PACKAGES:=kmod-ath9k om-watchdog
  26. endef
  27. define Profile/MR600/Description
  28. Package set optimized for the OpenMesh MR600.
  29. endef
  30. $(eval $(call Profile,MR600))
  31. define Profile/OPENMESH
  32. NAME:=OpenMesh products
  33. PACKAGES:=kmod-ath9k om-watchdog
  34. endef
  35. define Profile/OPENMESH/Description
  36. Build images for all OpenMesh products.
  37. endef
  38. $(eval $(call Profile,OPENMESH))