[LEDE-DEV] [PATCH] ramips: add support for GL-inet GL-MT300N-V2

2017-05-05 Thread kysonlok
This patch adds supports for the GL-inet GL-MT300N-V2. Specification: - SoC: MediaTek MT7628AN - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR - Ethernet: 1 x WAN (100 Mbps) and 1 x LAN (100 Mbps) - USB: 1 x USB 2.0 port - Button: 1 x switch button, 1 x reset button - LED: 3 x LEDS - UART: 1 x UA

[LEDE-DEV] Stalled PR #977 -- patch-kernel.sh: handle broken tarballs w/ 444 mode files

2017-05-05 Thread Philip Prindeville
Can I please get closure on this trivial PR? https://github.com/lede-project/source/pull/977 Thanks. -Philip ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/

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

2017-05-05 Thread Sven Roederer
On Freitag, 5. Mai 2017 14:34:18 CEST Mathias Kresin wrote: > I haven't checked how similar the ubnt-erx and ubnt-erx-sfp device > tree source files are. But it might be more elegant to move stuff > which is the same between both boards to a dtsi, include the dtsi for > the ubnt-erx* and add all mi

[LEDE-DEV] [PATCH] ramips: use GPIO_ACTIVE macros in UBNT-ERX.dts

2017-05-05 Thread Sven Roederer
as suggested by by Mathias Kresin - reorder includes - use GPIO_ACTIVE_LOW macro instead of hardcoded "1" Signed-off-by: Sven Roederer --- target/linux/ramips/dts/UBNT-ERX.dts | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/linux/ramips/dts/UBNT-ERX.dts b/targ

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

2017-05-05 Thread Tim Harvey
Signed-off-by: Tim Harvey --- .../linux/imx6/base-files/etc/board.d/02_network | 1 + target/linux/imx6/base-files/lib/imx6.sh | 5 + .../files-4.9/arch/arm/boot/dts/imx6dl-gw560x.dts | 55 ++ .../files-4.9/arch/arm/boot/dts/imx6q-gw560x.dts | 59 ++ .../arch/arm/boot/dts/imx

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

2017-05-05 Thread Matthew McClintock
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 AP-DK04.1-C1 and generates a sysupgrade.tar >> image. >> >> Testin

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

2017-05-05 Thread John Crispin
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 AP-DK04.1-C1 and generates a sysupgrade.tar image. Testing: *Tested on IPQ40xx AP-DK04.1-C1 and IPQ806x AP148 Board: a. NAND b

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

2017-05-05 Thread Ram Chandra Jangir
This change add nand boot support for IPQ40xx based AP-DK04.1-C1 board using ubi image, also add sysupgrage support for AP-DK04.1-C1 and generates a sysupgrade.tar image. Testing: *Tested on IPQ40xx AP-DK04.1-C1 and IPQ806x AP148 Board: a. NAND boot b. ubi sysupgrade Signed-off-by: Ram Chandr

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

2017-05-05 Thread Mathias Kresin
2017-05-04 1:41 GMT+02:00 Sven Roederer : > * use a copy and modify version of the UBNT-ERX for the UBNT-ERX-SFP > * define i2c-gpio via DTS > (Linux/Documentation/devicetree/bindings/i2c/i2c-gpio.txt) > * also define PCA9555 for PoE-switching in DTS Please, make sure to add a proper SoB line as

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

2017-05-05 Thread Mathias Kresin
2017-05-04 1:41 GMT+02:00 Sven Roederer : > 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

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

2017-05-05 Thread Martin Schiller
Are there any comments about this patch? I still want to get this feature into netifd. On 2017-03-31 08:31, Martin Schiller wrote: This hook makes it possible to do some helper work in hotplug scripts when a connection is not established successfully. example: try several username/passwords fro

Re: [LEDE-DEV] [PATCH] ramips: add support for GL-inet GL-MT300N-V2

2017-05-05 Thread Mathias Kresin
2017-05-05 11:28 GMT+02:00 kysonlok : > This patch adds supports for the GL-inet GL-MT300N-V2. > > Specification: > - SoC: MediaTek MT7628AN > - Flash: 16 MiB (W25Q128FVSG) > - RAM: 128 MiB DDR > - Ethernet: 1 x WAN (100 Mbps) and 1 x LAN (100 Mbps) > - USB: 1 x USB 2.0 port > - Button: 1 x switch

[LEDE-DEV] [PATCH] ramips: add support for GL-inet GL-MT300N-V2

2017-05-05 Thread kysonlok
This patch adds supports for the GL-inet GL-MT300N-V2. Specification: - SoC: MediaTek MT7628AN - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR - Ethernet: 1 x WAN (100 Mbps) and 1 x LAN (100 Mbps) - USB: 1 x USB 2.0 port - Button: 1 x switch button, 1 x reset button - LED: 3 x LEDS - UART: 1 x UA