aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-11-10 23:13:09 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-11-10 23:13:09 +0000
commit9a024df91224d1b887381a1072d7fe123aa6332c (patch)
treee5eaf3c94bbf63f1c846243f8edc12f79e20ed2b /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent16c4b19f4e89590b2cbd781fdd82f62568779ed6 (diff)
downloadmaster-187ad058-9a024df91224d1b887381a1072d7fe123aa6332c.tar.gz
master-187ad058-9a024df91224d1b887381a1072d7fe123aa6332c.tar.bz2
master-187ad058-9a024df91224d1b887381a1072d7fe123aa6332c.zip
ar71xx: add Arduino Yun
This is based on patches from Federico Fissore <f.fissore@arduino.cc> 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 <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47451 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 8f3bf1d2b4..0e92ee7912 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -359,6 +359,9 @@ ar71xx_board_detect() {
*Antminer-S3)
name="antminer-s3"
;;
+ *"Arduino Yun")
+ name="arduino-yun"
+ ;;
*AP113)
name="ap113"
;;