compex.mk 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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/WP543
  8. NAME:=Compex WP543/WPJ543
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  10. endef
  11. define Profile/WP543/Description
  12. Package set optimized for the Compex WP543/WPJ543 boards.
  13. endef
  14. $(eval $(call Profile,WP543))
  15. define Profile/WPE72
  16. NAME:=Compex WPE72/WPE72NX
  17. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  18. endef
  19. define Profile/WPE72/Description
  20. Package set optimized for the Compex WPE72 boards including Compex WPE72NX Indoor Access Point.
  21. endef
  22. $(eval $(call Profile,WPE72))
  23. define Profile/WPJ344
  24. NAME:=Compex WPJ344
  25. endef
  26. define Profile/WPJ344/Description
  27. Package set optimized for the Compex WPJ344 board.
  28. endef
  29. $(eval $(call Profile,WPJ344))
  30. define Profile/WPJ531
  31. NAME:=Compex WPJ531
  32. endef
  33. define Profile/WPJ531/Description
  34. Package set optimized for the Compex WPJ531 board.
  35. endef
  36. $(eval $(call Profile,WPJ531))
  37. define Profile/WPJ558
  38. NAME:=Compex WPJ558
  39. endef
  40. define Profile/WPJ558/Description
  41. Package set optimized for the Compex WPJ558 board.
  42. endef
  43. $(eval $(call Profile,WPJ558))