asiarf.mk 903 B

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