openwrt/target/linux
Camille Bilodeau bb46b635df ar71xx: move Arduino Yun to generic building code
Migrate Arduino Yun from legacy to generic building code.

Note: the mtd partitioning is changed to adopt the LEDE default
partitioning. It allows to have a kernel bigger than 1280k. It is
necessary as kernel > 4.4 with default LEDE configuration grows
bigger.

To use the new partitioning, you need to update your U-Boot env in
advance:

setenv mtdparts "spi0.0:256k(u-boot)ro,64k(u-boot-env),15936k(firmware),64k(nvram),64k(art)ro"
setenv bootcmd "run addboard; run addtty; run addparts; run addrootfs; bootm 0x9f050000 || bootm 0x9fea0000"
saveenv

Signed-off-by: Camille Bilodeau <camille.bilodeau@protonmail.com>
2017-06-29 10:37:36 +02:00
..
adm5120 adm5120: mark the rb1xx subtarget as broken 2017-01-16 20:40:12 +01:00
adm8668 build: fix subtarget descriptions 2016-09-04 13:35:11 +02:00
apm821xx kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
ar7 ar7: diag.sh: use common status_led_* functions 2017-03-15 23:14:54 +01:00
ar71xx ar71xx: move Arduino Yun to generic building code 2017-06-29 10:37:36 +02:00
arc770 kernel: disable CONFIG_SG_POOL by default 2017-06-07 18:31:10 +02:00
archs38 kernel: disable CONFIG_SG_POOL by default 2017-06-07 18:31:10 +02:00
armvirt kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
at91 kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
ath25 kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
au1000 kernel: update kernel 3.18 to version 3.18.43 2016-10-24 20:25:14 +03:00
bcm53xx kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
brcm47xx kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
brcm63xx kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
brcm2708 kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
cns3xxx kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
gemini kernel: use .patch extension for all patches 2017-06-27 06:37:46 +02:00
generic kernel: backport usbport LED trigger driver support for DT 2017-06-28 11:31:38 +02:00
imx6 kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
ipq806x kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
ixp4xx kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
kirkwood kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
lantiq kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
layerscape kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
malta kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
mcs814x kernel: remove kmod packages for bridge, stp, llc and 8021q 2017-02-09 14:49:34 +01:00
mediatek kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
mpc85xx kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
mvebu kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
mxs mxs: drop 4.4 support 2017-06-27 23:22:25 +02:00
octeon kernel: disable CONFIG_SG_POOL by default 2017-06-07 18:31:10 +02:00
omap kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
omap24xx kernel: clean up usb gadget support 2016-09-15 13:11:21 +02:00
orion kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
oxnas kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
pistachio kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
ppc40x build: fix subtarget descriptions 2016-09-04 13:35:11 +02:00
ppc44x ppc44x: mark as broken 2017-01-10 12:49:34 +01:00
ramips kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
rb532 rb532: enable high-res timers, refresh kernel config 2017-06-07 18:31:10 +02:00
sunxi kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
uml uml: Fix sample command line 2017-05-26 15:43:26 -07:00
x86 kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
xburst xburst: enable high-res timers, refresh kernel config 2017-06-07 18:31:10 +02:00
zynq kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
Makefile