compex.mk 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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/WPJ342
  24. NAME:=Compex WPJ342
  25. endef
  26. define Profile/WPJ342/Description
  27. Package set optimized for the Compex WPJ342 board.
  28. endef
  29. $(eval $(call Profile,WPJ342))
  30. define Profile/WPJ344
  31. NAME:=Compex WPJ344
  32. endef
  33. define Profile/WPJ344/Description
  34. Package set optimized for the Compex WPJ344 board.
  35. endef
  36. $(eval $(call Profile,WPJ344))
  37. define Profile/WPJ531
  38. NAME:=Compex WPJ531
  39. endef
  40. define Profile/WPJ531/Description
  41. Package set optimized for the Compex WPJ531 board.
  42. endef
  43. $(eval $(call Profile,WPJ531))
  44. define Profile/WPJ558
  45. NAME:=Compex WPJ558
  46. endef
  47. define Profile/WPJ558/Description
  48. Package set optimized for the Compex WPJ558 board.
  49. endef
  50. $(eval $(call Profile,WPJ558))