arduino.mk 429 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2009-2010 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/Yun
  8. NAME:=Arduino Yun based on Atheros AR9331
  9. PACKAGES:=kmod-usb-core kmod-usb2
  10. endef
  11. define Profile/Yun/Description
  12. Package set optimized for the Arduino Yun.
  13. This is sometimes also named Genuino Yun or Linino Yun.
  14. endef
  15. $(eval $(call Profile,Yun))