Re: [OpenWrt-Devel] [PATCH v6 6/6] ar71xx: add support for Cisco's MR18

2015-12-07 Thread Chris Blake
Hey lynxis, Looking over the new Makefile style, I was unable to find any examples of this for devices that rely on NAND and .tar sysupgrade images, such as the NetgearNAND boards. (maybe I am blind?) It's also worth noting this device is a bit special, as it doesn't use a UBI generated image for

Re: [OpenWrt-Devel] [PATCH v6 6/6] ar71xx: add support for Cisco's MR18

2015-12-05 Thread Alexander Couzens
Hi Christian, please use the new image/Makefile style. Like the most tplink or ubiquity devices use it. If you need any help, just ask. Best, lynxis On Sat, 5 Dec 2015 23:48:08 +0100 Christian Lamparter wrote: > +MIPS_MACHINE(ATH79_MACH_MR18, "MR18", "Meraki MR18", mr18_setup); > diff --git

[OpenWrt-Devel] [PATCH v6 6/6] ar71xx: add support for Cisco's MR18

2015-12-05 Thread Christian Lamparter
From: Chris R Blake This patch adds support for Cisco's MR18. Detailed instructions for the flashing the device can be found in the OpenWrt forum thread: Signed-off-by: Chris R Blake --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 4