From 9a024df91224d1b887381a1072d7fe123aa6332c Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 10 Nov 2015 23:13:09 +0000 Subject: ar71xx: add Arduino Yun This is based on patches from Federico Fissore especially this one: https://github.com/arduino/openwrt-yun/commit/7e2976fa83fb0d72a955574499178c387a1b3c92 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/arduino.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/arduino.mk (limited to 'target/linux/ar71xx/generic/profiles/arduino.mk') diff --git a/target/linux/ar71xx/generic/profiles/arduino.mk b/target/linux/ar71xx/generic/profiles/arduino.mk new file mode 100644 index 0000000000..8ae5054a7e --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/arduino.mk @@ -0,0 +1,19 @@ +# +# 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)) + -- cgit v1.2.3