openwrtv4/target/linux/ar71xx/generic/profiles/arduino.mk
Hauke Mehrtens fa137d51f5 ar71xx: add Arduino Yun
This is based on patches from Federico Fissore <f.fissore@arduino.cc>
especially this one:
7e2976fa83

The console is running with 250000 baud which is a non standard baud
rate and needs an extra patch to be applied, I will try to get this
patch upstream or something else which accomplish the same.

Some upstream code looks like there are many different versions of this
SoC, are these only internal versions and all versions on the consumer
market are the same? I saw different GPIO configuration and flash sizes
of 8MB and 16MB?

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 47451
2015-11-10 23:13:09 +00:00

19 lines
429 B
Makefile

#
# Copyright (C) 2009-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Yun
NAME:=Arduino Yun based on Atheros AR9331
PACKAGES:=kmod-usb-core kmod-usb2
endef
define Profile/Yun/Description
Package set optimized for the Arduino Yun.
This is sometimes also named Genuino Yun or Linino Yun.
endef
$(eval $(call Profile,Yun))