Re: [LEDE-DEV] [PATCH] imx6: add gw560x support

2017-05-06 Thread Mathias Kresin
05.05.2017 22:15, Tim Harvey: Signed-off-by: Tim Harvey Hey Tim, would you please include a short description about the hardware and how to install LEDE on the board in your commit message! Have a look at the recent board additions for some examples. I prefer to have backports (even for d

Re: [LEDE-DEV] [PATCH 2/3] ramips-mt7621: add GPIO-config for Ubiquiti-EdgeRouterX(-SFP)

2017-05-06 Thread Sven Roederer
On Freitag, 5. Mai 2017 14:32:12 CEST Mathias Kresin wrote: > Is it necessary to control the GPIOs from userspace/via config files? > If not, add a gpio_export node to the dts and set the output value > this way [0]. > To have it in userspace is the best (only?) option to enable / disable or pow

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-06 Thread Ram Chandra Jangir
On Fri, May 5, 2017 at 10:39 PM, Matthew McClintock wrote: >On Fri, May 5, 2017 at 12:00 PM, John Crispin wrote: > On 05/05/17 17:49, Ram Chandra Jangir wrote: >> >> This change add nand boot support for IPQ40xx based >> AP-DK04.1-C1 board using ubi image, also add sysupgrage support for >>

Re: [LEDE-DEV] [PATCH netifd] interface: add new "ifup-failed" hotplug event

2017-05-06 Thread Jo-Philipp Wich
Hi, > Are there any comments about this patch? can't you achieve the same by simply watching ifdown events and checking ifstatus/devstatus indicators? ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listi

Re: [LEDE-DEV] [PATCH 2/3] ramips-mt7621: add GPIO-config for Ubiquiti-EdgeRouterX(-SFP)

2017-05-06 Thread Jo-Philipp Wich
Hi, comments inline. > define GPIOs for ubnt-erx and ubnt-erx-sfp > --- > .../ramips/base-files/etc/board.d/03_gpio_switches | 28 > ++ > 1 file changed, 28 insertions(+) > create mode 100755 > target/linux/ramips/base-files/etc/board.d/03_gpio_switches > > diff --git a/t

Re: [LEDE-DEV] [PATCH 3/3] ramips-mt7621: add dts for UBNT-ERX-SFP

2017-05-06 Thread Sven Roederer
On Freitag, 5. Mai 2017 14:34:18 CEST Mathias Kresin wrote: > > +#include "mt7621.dtsi" > > + > > +/ { > > + model = "UBNT-ERX-SFP"; > > + > > + memory@0 { In some of the other dts-files I found the "compatible"-property. Which is not defined for this board. should I include somethin

Re: [LEDE-DEV] [PATCH 3/3] ramips-mt7621: add dts for UBNT-ERX-SFP

2017-05-06 Thread Mathias Kresin
06.05.2017 16:23, Sven Roederer: On Freitag, 5. Mai 2017 14:34:18 CEST Mathias Kresin wrote: +#include "mt7621.dtsi" + +/ { + model = "UBNT-ERX-SFP"; + + memory@0 { In some of the other dts-files I found the "compatible"-property. Which is not defined for this board. should I incl

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-06 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, On Friday, May 5, 2017 9:1

Re: [LEDE-DEV] [PATCH 2/3] ramips-mt7621: add GPIO-config for Ubiquiti-EdgeRouterX(-SFP)

2017-05-06 Thread Mathias Kresin
06.05.2017 14:31, Sven Roederer: On Freitag, 5. Mai 2017 14:32:12 CEST Mathias Kresin wrote: Is it necessary to control the GPIOs from userspace/via config files? If not, add a gpio_export node to the dts and set the output value this way [0]. > Or is there something better? Yes there is. Ple

[LEDE-DEV] [PATCH] ramips: Add support for the VoCore2 Lite

2017-05-06 Thread L. D. Pinney
The VoCore2 Lite uses the same PCB as the Vocore2 with a MT7688A and 8M Flash/64M RAM https://www.indiegogo.com/projects/vocore2-4-coin-sized-linux-computer-with-wifi#/ http://vocore.io/ http://vonger.net/ This patch uses a common dtsi and includes minor corrections for the VoCore2. - Installing

[LEDE-DEV] [PATCH] Add missing packages for WeVO 11AC NAS

2017-05-06 Thread perillamint via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- mt7621.mk does not include all req

Re: [LEDE-DEV] [PATCH] ramips: Add support for the VoCore2 Lite

2017-05-06 Thread Mathias Kresin
Hey Laray, Please split the patch. One patch for the minor corrections of the VoCore2 an one adding the VoCore2 lite to make the review easier. Find some comments inline. 07.05.2017 03:41, L. D. Pinney: The VoCore2 Lite uses the same PCB as the Vocore2 with a MT7688A and 8M Flash/64M RAM ht

Re: [LEDE-DEV] [PATCH] Add missing packages for WeVO 11AC NAS

2017-05-06 Thread Mathias Kresin
07.05.2017 05:24, perillamint: mt7621.mk does not include all required packages for WeVO 11AC NAS, so official image does not support 5GHz WiFi(mt76x2) out of the box. This patch fixes that. Your Signed-off-by is missing. Please have a look at https://lede-project.org/submitting-patches. --

Re: [LEDE-DEV] [PATCH] ramips: Add support for the VoCore2 Lite

2017-05-06 Thread L. D. Pinney
Hi Mathias : OK ... I'll split it up but I still like "all in wonders" Larry On Sun, May 7, 2017 at 12:57 AM, Mathias Kresin wrote: > Hey Laray, > > Please split the patch. One patch for the minor corrections of the VoCore2 > an one adding the VoCore2 lite to make the review easier. > > Find s

[LEDE-DEV] [lede] Patch notification: 1 patch updated

2017-05-06 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in patchwork: * lede: [LEDE-DEV] Add missing packages for WeVO 11AC NAS - http://patchwork.ozlabs.org/patch/759393/ - for: LEDE development was: New now: Changes Requested This email is a notification only - you do