Re: [LEDE-DEV] Release planning

2016-12-24 Thread Matthias Schiffer
On 12/24/2016 03:40 PM, Daniel Golle wrote: > Hi! > > On Wed, Dec 21, 2016 at 08:13:00PM +0100, Jo-Philipp Wich wrote: >> ... >> # Open questions >> >> - Are there any outstanding changes? >> >> Is there important changes we should wait for before branching the >> release? Is there pending

[LEDE-DEV] Help needed: IP175D + RT3662 issues on a "new" device

2016-12-24 Thread antonio rossi
On 24/12/2016 09:22, John Crispin wrote: >>this sound like either >> >>1) the cpu port is not configrued properly, >>2) the switch is not configured properly >>3) pinmux is failing >>the odd thing is that wifi fails without bootloader init. how does wifi >>fail exactly ? >> John

Re: [LEDE-DEV] Help needed: IP175D + RT3662 issues on a "new" device

2016-12-24 Thread John Crispin
On 24/12/2016 18:22, John Crispin wrote: > > > On 24/12/2016 17:49, Martin Blumenstingl wrote: >> On Sat, Dec 24, 2016 at 5:17 PM, antonio rossi wrote: >>> Hi everybody, >>> >>> i'll try to make this as short as possible despite the large amount of >>> information needed

Re: [LEDE-DEV] Help needed: IP175D + RT3662 issues on a "new" device

2016-12-24 Thread John Crispin
On 24/12/2016 17:49, Martin Blumenstingl wrote: > On Sat, Dec 24, 2016 at 5:17 PM, antonio rossi wrote: >> Hi everybody, >> >> i'll try to make this as short as possible despite the large amount of >> information needed to describe the issue: >> >> i am working on adding

Re: [LEDE-DEV] Release planning

2016-12-24 Thread Daniel Golle
Hi! On Wed, Dec 21, 2016 at 08:13:00PM +0100, Jo-Philipp Wich wrote: > ... > # Open questions > > - Are there any outstanding changes? > > Is there important changes we should wait for before branching the > release? Is there pending stuff in the staging trees which should > absolutely go

[LEDE-DEV] [PATCH v2 2/3] mtd: bcm47xxpart: add device specific workaround for Buffalo WZR-900DHP

2016-12-24 Thread FUKAUMI Naoki
2nd trx partition shouldn't be added, otherwise size of 1st trx partition won't be set properly. Signed-off-by: FUKAUMI Naoki --- Changes in v2: - no change .../901-mtd-bcm47xxpart-add-device-specific-workarounds.patch | 8 +++- 1 file changed, 7 insertions(+), 1

[LEDE-DEV] [PATCH v2 1/3] firmware-utils: improve tools for Buffalo DHP series

2016-12-24 Thread FUKAUMI Naoki
some of Buffalo DHP series use slightly different trx magic, buffalo-enc, buffalo-tag, and factory image begin with 'bgn'. this patch adds support for building those images. Signed-off-by: FUKAUMI Naoki --- Changes in v2: - refresh everything to make rules simple

[LEDE-DEV] [PATCH v2 3/3] bcm53xx: build factory images for WZR-900DHP series

2016-12-24 Thread FUKAUMI Naoki
only factory images for DHP-EU and DHP2-JP (fw ver. 2.x) are built. this will not work for DHP-JP/AP/TW (fw ver. 1.x) because they use different buffalo_csum() formula. Signed-off-by: FUKAUMI Naoki --- Changes in v2: - refresh everything to make rules simple

[LEDE-DEV] [PATCH] toolchain/gcc: update 6.x to 6.3.0

2016-12-24 Thread Syrone Wong
This is a bugfix release Build and run tested on mvebu/Linksys WRT1900AC v1 Signed-off-by: Syrone Wong --- toolchain/gcc/Config.version| 2 +- toolchain/gcc/common.mk | 4 ++--