[OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-10-08 Thread openwrt
From: Roger Pueyo Centelles --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + .../linux/ramips/base-files/etc/board.d/02_network | 3 +- target/linux/ramips/base-files/etc/diag.sh | 3 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/u

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-10-03 Thread John Crispin
the patch does not apply anymore. can you rebase it and send it again please ? On 17/09/2014 13:38, open...@rogerpueyo.com wrote: > From: Roger Pueyo Centelles > > --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + > .../linux/ramips/base-files/etc/board.d/02_network | 1 + > target

[OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-17 Thread openwrt
From: Roger Pueyo Centelles --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + .../linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/etc/diag.sh | 3 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/up

[OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-17 Thread openwrt
I removed the GPIOs block from the .dts file; there are no accessible GPIO pins on the board and the reset button does not change the status of any exportable pin. Also removed the commented li ne. ___ openwrt-devel mailing list openwrt-devel@lists.open

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-16 Thread John Crispin
Hi, looks much better ... 2 comments inline ... On 16/09/2014 18:16, rogerpu...@rogerpueyo.com wrote: > From: Roger Pueyo Centelles > > --- > target/linux/ramips/base-files/etc/board.d/01_leds | 3 + > .../linux/ramips/base-files/etc/board.d/02_network | 1 + > target/linux/ramips/base-fil

[OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-16 Thread rogerpueyo
From: Roger Pueyo Centelles --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + .../linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/etc/diag.sh | 3 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/li

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-15 Thread John Crispin
Hi, patch looks whitespace broken. please fix and resend John On 15/09/2014 17:40, Roger Pueyo Centelles wrote: > This patch adds support for Nexx WT1520 devices. > > Signed-off-by: Roger Pueyo Centelles --- > diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds > b/target

[OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT1520

2014-09-15 Thread Roger Pueyo Centelles
This patch adds support for Nexx WT1520 devices. Signed-off-by: Roger Pueyo Centelles --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 01e2363..1806ff2 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++