asiarf.mk 902 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Copyright (C) 2014 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/AWM002EVB
  8. NAME:=AsiaRF AWM002-EVB
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
  10. kmod-i2c-core kmod-i2c-gpio
  11. endef
  12. define Profile/AWM002EVB/Description
  13. Package set for AsiaRF AWM002 Evaluation Board
  14. endef
  15. define Profile/AWM003EVB
  16. NAME:=AsiaRF AWM003-EVB
  17. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
  18. kmod-i2c-core kmod-i2c-gpio
  19. endef
  20. define Profile/AWM003EVB/Description
  21. Package set for AsiaRF AWM003 Evaluation Board
  22. endef
  23. define Profile/AWAPN2403
  24. NAME:=AsiaRF AWAPN2403
  25. endef
  26. define Profile/AWAPN2403/Description
  27. Package set for AsiaRF AWAPN2403 Pocket Router
  28. endef
  29. $(eval $(call Profile,AWM002EVB))
  30. $(eval $(call Profile,AWM003EVB))
  31. $(eval $(call Profile,AWAPN2403))