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

2014-10-19 Thread John Crispin
Hi, this patchs adds a patch rather than patch the files directly. please submit a fixed version John On 19/10/2014 17:53, open...@rogerpueyo.com wrote: > From: Roger Pueyo Centelles > > --- > ...amips-add-support-for-Nexx-WT3020-devices.patch | 319 > + > target/linu

Re: [OpenWrt-Devel] Minicom - wrong Download

2014-10-19 Thread Jiří Šlachta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have checked the package repositories and .. * the latest stable release contains minicom 2.7-1 * the latest snapshots contains minicom 2.7-1 I have also checked the package Makefiles and those are referring to version 2.7. Would you be so ki

[OpenWrt-Devel] Ubiquiti EdgeRouter Lite questions

2014-10-19 Thread Flávio Silveira
Good evening, I've been told that this router is great only when using EdgeOS, because of proprietary drivers and optimizations. Is there anyone working on this router that can confirm this information? Is there any benchmarks I could do and compare between OpenWRT and EdgeOS? Thanks i

[OpenWrt-Devel] Minicom - wrong Download

2014-10-19 Thread smilebef
the download point to minicom-2.7. but in this directory exists only minicom-2.3. lg signature.asc Description: PGP signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-deve

Re: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error

2014-10-19 Thread Bastian Bittorf
* Nathan Hintz [19.10.2014 08:49]: > > case "$leddc" in > > '0x'*) > > leddc='0x005a000a' > > ;; > > esac > > > > IMHO the approach from felix does not work: > > root@box:~ echo $((0x)) > > 65535 > > root@box:~ echo $((0x\n)) > > -ash: arithmetic syntax error > >

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

2014-10-19 Thread Felix Kaechele
Am 19.10.2014 um 17:53 schrieb open...@rogerpueyo.com: > diff --git a/target/linux/ramips/image/Makefile > b/target/linux/ramips/image/Makefile > index f048caf..a93b82c 100644 > --- a/target/linux/ramips/image/Makefile > +++ b/target/linux/ramips/image/Makefile > @@ -769,6 +769,7 @@ Image/Build/Pr

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

2014-10-19 Thread openwrt
From: Roger Pueyo Centelles --- ...amips-add-support-for-Nexx-WT3020-devices.patch | 319 + 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 + targ

[OpenWrt-Devel] [PATCH] ramips: sort boards in upgrade/platform.sh alphabetically

2014-10-19 Thread openwrt
From: Roger Pueyo Centelles --- .../ramips/base-files/lib/upgrade/platform.sh | 36 +++--- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 5

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

2014-10-19 Thread John Crispin
Hi, can you send the reordering part of the patch as a separate patch please ? John On 19/10/2014 16:46, open...@rogerpueyo.com wrote: > diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh > b/target/linux/ramips/base-files/lib/upgrade/platform.sh > index 52f3f0a..0d8bc44 10

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

2014-10-19 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/li

Re: [OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

2014-10-19 Thread Nathan Hintz
Hi Rafał: > Date: Sun, 19 Oct 2014 07:48:04 +0200 > Subject: Re: [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k > subtarget > From: zaj...@gmail.com > To: nlhi...@hotmail.com > CC: openwrt-devel@lists.openwrt.org; ha...@hauke-m.de > > On 19 October 2014 00:19, Nathan Hintz wrote: > >