kirkwood: add support for Linksys EA4500
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 May 2014 21:43:39 +0000 (21:43 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 28 May 2014 21:43:39 +0000 (21:43 +0000)
commit8b32e389440a0bbecdeca25ecc6aae7b983ac1b2
tree22eee446c8415e8a0afd98bbf14a56e43a0db5f6
parentfcd07bd19619d466475b7645f71694ba017d189b
kirkwood: add support for Linksys EA4500

Support is added only for kernel 3.14 - do not show it until
the switch is made.

Following uboot env changes are needed to make it work on stock uboot:

---
setenv owrt_bootargs_root ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw
setenv owrt_mtdparts mtdparts=orion_nand:0x80000@0x0(uboot),0x20000@0x80000(uboot_env),0x200000@0x200000(kernel),-@0x400000(root)
setenv owrt_boot nand read.e \${loadaddr} 0x200000 0x200000 \; setenv bootargs \$(console) \$(owrt_mtdparts) \${owrt_bootargs_root} \; bootm \${loadaddr}
setenv bootcmd run owrt_boot
saveenv
---

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40871 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/kirkwood/base-files/etc/uci-defaults/01_leds
target/linux/kirkwood/base-files/etc/uci-defaults/02_network
target/linux/kirkwood/image/Makefile
target/linux/kirkwood/patches-3.14/160-ea4500.patch [new file with mode: 0644]
target/linux/kirkwood/profiles/115-router.mk [new file with mode: 0644]