[LEDE-DEV] [PATCH v2] Add missing chunked-io directive to W2914NSV2.dtsi

2016-11-26 Thread perillamint
From: "Yong-hyu, Ban" Fix bug that LEDE failed to boot with this message: WARNING: CPU: 2 PID: 1 at drivers/spi/spi-mt7621.c:214 mt7621_spi_transfer_one_message+0x28c/0x620() Signed-off-by: perillamint --- Changelog: v2: Add signed-off-by

Re: [LEDE-DEV] Apology; Communication

2016-11-26 Thread Hartmut Knaack
Daniel Dickinson schrieb am 26.11.2016 um 04:44: > On Fri, 25 Nov 2016 21:27:50 +0100 > Hartmut Knaack wrote: > >> Hi Daniel. >> >> Daniel Dickinson schrieb am 25.11.2016 um 01:26: >>> >>> To be clear, I think what I mean by lack of communication is that >>> the community

Re: [LEDE-DEV] [PATCH] Add missing chunked-io directive to W2914NSV2.dtsi

2016-11-26 Thread perillamint
Oops. sorry. I forgot signed off message. I'll submit fixed patch right away. Please mark this patch as Changes requested. Thanks. On 26/11/16 21:15, perillamint wrote: > --- > > Fix bug that LEDE failed to boot with this message: > WARNING: CPU: 2 PID: 1 at drivers/spi/spi-mt7621.c:214 >

Re: [LEDE-DEV] [PATCH] tools: upslug2: Utilize existing bz2 archive

2016-11-26 Thread John Crispin
On 23/11/2016 22:00, Florian Fainelli wrote: > http://downloads.openwrt.org/sources has a copy of the sources, but under > tar.bz2 file format, so utilize this one since the SVN server is down. Hi we recently switched to xz from bz2. i think we should just upload a xz file to the mirror

Re: [LEDE-DEV] [PATCH] tools: upslug2: Utilize existing bz2 archive

2016-11-26 Thread Florian Fainelli
Le 26/11/2016 à 13:33, John Crispin a écrit : > > > On 23/11/2016 22:00, Florian Fainelli wrote: >> http://downloads.openwrt.org/sources has a copy of the sources, but under >> tar.bz2 file format, so utilize this one since the SVN server is down. > > Hi > > we recently switched to xz from

Re: [LEDE-DEV] [PATCH] tools: upslug2: Utilize existing bz2 archive

2016-11-26 Thread John Crispin
On 26/11/2016 22:34, Florian Fainelli wrote: > Le 26/11/2016 à 13:33, John Crispin a écrit : >> >> >> On 23/11/2016 22:00, Florian Fainelli wrote: >>> http://downloads.openwrt.org/sources has a copy of the sources, but under >>> tar.bz2 file format, so utilize this one since the SVN server is

[LEDE-DEV] [PATCH v5 2/3] ipq806x: Add support for new device: tew827dru

2016-11-26 Thread J Mo
The TRENDnet TEW-827DRU is an ipq806x wireless router. ipq8064 SoC with 2x ARMv7-ish Krait 300 CPUs at 1.4Ghz 512MB RAM, 256MB SLC NAND flash (64MB default UBI img size) 1x qca8337-al3c 1000BASE-T ethernet switch, 1-WAN, 4-LAN 2x qca9980 802.11 radios 2x USB3 type A Product page:

[LEDE-DEV] [PATCH v5 1/3] ipq806x: Add new script: scripts/its-maker.sh

2016-11-26 Thread J Mo
its-maker.sh creates an .its file, given a series of arguments, which is then used to create a FIT image with mkimage. Required to support the tew827dru, but intended to support the creation of nearly any .its file. Documentation thread on the OpenWRT forum:

[LEDE-DEV] [PATCH v5 0/3] Add support for the TRENDnet TEW-827DRU (tew827dru)

2016-11-26 Thread J Mo
Rebase on head commit 97eff5cba52076da476f028b02bae34fd1f3a9f6 No change from v4 except to accommodate changes from 97eff5cba52076da476f028b02bae34fd1f3a9f6 Known issues, history, et-cetera documented on this forum thread: https://forum.openwrt.org/viewtopic.php?id=65956 J Mo (3): ipq806x:

[LEDE-DEV] Fwd: [PATCH] [kernel] fix XW ethernet lockup ar71xx-ag71xx-ar803x

2016-11-26 Thread Joe Ayers
From: Joe Ayers Fixes openwrt 19085 nanostation m5 loco xw loses interface Signed-off-by: Joe Ayers Signed-off-by: Trevor Paskett Signed-off-by: Darryl Quinn Signed-off-by: Conrad Lara ---