[OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-13 Thread Josh Bendavid
From: Josh Bendavid Add initial support for Archer C2600 to Makefiles and profiles along with needed modifications to tplink-safeloader in firmware-tools. The device tree file is similar to the current ap148 dts, with sata and nand removed, and buttons/led's added. This is sufficient to build a

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-07 Thread Jonas Gorski
Hi, please try to keep the number of replies low, ideally one. On Mon, Dec 7, 2015 at 5:05 PM, Josh Bendavid wrote: > (Sorry about the top posting) > and keep some context to what you are replying to. > For the flash, the stock firmware, and the factory images built with these > patches are us

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-07 Thread Josh Bendavid
(Sorry about the top posting) For the flash, the stock firmware, and the factory images built with these patches are using only the NOR flash as far as I know. I am not 100% sure whether the NAND is physically there or not (what would be the easiest way to check?)

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-07 Thread Josh Bendavid
(the vlan configuration inherited from the AP148 is working, which implies that the connections and port mapping are the same) On 7 December 2015 at 16:57, Josh Bendavid wrote: > Ok thanks, > Will clean up the white space + board name and resubmit (maybe also with > the additional changes for th

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-07 Thread Josh Bendavid
Ok thanks, Will clean up the white space + board name and resubmit (maybe also with the additional changes for the wireless calibration data at this point) For the WAN link, I did not test it myself yet with 10 or 100mbps, but the situation should be the same as described here https://dev.openwrt.

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-07 Thread Jonas Gorski
Hi, On Sun, Dec 6, 2015 at 3:20 PM, Josh Bendavid wrote: > From: Josh Bendavid > > Add initial support for Archer C2600 to Makefiles and profiles. This is > sufficient to build a working factory image. Sysupgrade image is not > implemented yet. Currently wired network is working, but > LED's/

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-06 Thread Josh Bendavid
From: Josh Bendavid Add initial support for Archer C2600 to Makefiles and profiles. This is sufficient to build a working factory image. Sysupgrade image is not implemented yet. Currently wired network is working, but LED's/buttons/wireless are not. Updated to create a separate dts file for c

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-05 Thread Jonas Gorski
Hi, On Sat, Dec 5, 2015 at 5:13 AM, Josh Bendavid wrote: > From: Josh Bendavid > > Add initial support for Archer C2600 to Makefiles and profiles. This is > sufficient to build a working factory image. Sysupgrade image is not > implemented yet. Currently wired network is working, but > LED's/

[OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-04 Thread Josh Bendavid
From: Josh Bendavid Add initial support for Archer C2600 to Makefiles and profiles. This is sufficient to build a working factory image. Sysupgrade image is not implemented yet. Currently wired network is working, but LED's/buttons/wireless are not. Signed-off-by: Josh Bendavid --- diff --g