kirkwood: add support for Linksys EA4500
authorLuka Perkov <luka@openwrt.org>
Wed, 28 May 2014 21:43:39 +0000 (21:43 +0000)
committerLuka Perkov <luka@openwrt.org>
Wed, 28 May 2014 21:43:39 +0000 (21:43 +0000)
commit444694d00eb782c682ecb6dd1cfd630273da3502
tree22eee446c8415e8a0afd98bbf14a56e43a0db5f6
parenta5791145411a72d70c684598bcff54570a79050c
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>
SVN-Revision: 40871
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]