Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-03-28 Thread John Crispin
On 28/03/2014 22:08, Catalin Patulea wrote: > Maybe that's why core OpenWRT devs haven't been merging patches > for over a month. what a pile if bullshit you are talking ... ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.o

Re: [OpenWrt-Devel] logd

2014-03-28 Thread John Crispin
yes, you should stop the loop before the test, otherwise you will see small variations John On 29/03/2014 04:59, Catalin Patulea wrote: > Looks ok here: > > root@mat:~# uname -a Linux mat 3.10.34 #3 Fri Mar 28 23:39:15 EDT > 2014 mips GNU/Linux root@mat:~# cat /etc/openwrt_version r40296

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2014.63

2014-03-28 Thread Catalin Patulea
Incremental build bugfix: https://github.com/cpatulea/openwrt/commit/0211a7b272fc5fabf9cce87dcaaa4f62892377c9 On Thu, Mar 27, 2014 at 2:15 AM, Catalin Patulea wrote: > I've pushed my dropbear patch to this github tree: > https://github.com/cpatulea/openwrt/tree/next > > If you have any new dropbe

Re: [OpenWrt-Devel] logd

2014-03-28 Thread Catalin Patulea
Looks ok here: root@mat:~# uname -a Linux mat 3.10.34 #3 Fri Mar 28 23:39:15 EDT 2014 mips GNU/Linux root@mat:~# cat /etc/openwrt_version r40296 root@mat:~# uci show system.@system[-1].log_size system.cfg02e48a.log_size=1024 root@mat:~# logread | wc 6243 49984 1117225 root@mat:~# logrea

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-03-28 Thread Peter Lawler
On 29/03/14 10:52, Fernando Frediani wrote: Then the obvious question is: Mike, if it's really you according to Linksys and Gerry statements, why don't you say a word about it in the list ? Did you sign a non-disclosure agreement ? Most NDAs I've *cough* seen say you're not allowed to mention

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-03-28 Thread Fernando Frediani
Then the obvious question is: Mike, if it's really you according to Linksys and Gerry statements, why don't you say a word about it in the list ? Did you sign a non-disclosure agreement ? On 28/03/2014 21:57, Gerry Rozema wrote: On 28/03/14 01:58 PM, Peter Lawler wrote: "Hi Pete! We are work

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-03-28 Thread Gerry Rozema
On 28/03/14 01:58 PM, Peter Lawler wrote: "Hi Pete! We are working with one of the OpenWRT founders and his team. We'll be sharing more details later... Stay tuned! :)" https://dev.openwrt.org/wiki/people Two listed there as founders, and I'm one of the two. Isn't me, so it must be Mike ___

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-03-28 Thread Peter Lawler
On 29/03/14 08:08, Catalin Patulea wrote: On Fri, Mar 28, 2014 at 4:58 PM, Peter Lawler wrote: "Hi Pete! We are working with one of the OpenWRT founders and his team. We'll be sharing more details later... Stay tuned! :)" Maybe that's why core OpenWRT devs haven't been merging patches for over

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-03-28 Thread Catalin Patulea
On Fri, Mar 28, 2014 at 4:58 PM, Peter Lawler wrote: > "Hi Pete! We are working with one of the OpenWRT founders and his team. > We'll be sharing more details later... Stay tuned! :)" Maybe that's why core OpenWRT devs haven't been merging patches for over a month.

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-03-28 Thread Peter Lawler
On 28/03/14 08:21, Peter Lawler wrote: On 12/01/14 21:17, John Crispin wrote: lets see if they actually contact us or if it was a marketing hoax Following up to my question on IRC, just in case requisite eyes weren't there when I asked: Don't like answering my own emails, but anyways...

Re: [OpenWrt-Devel] How To Remove nf_conntrack

2014-03-28 Thread David Lang
On Fri, 28 Mar 2014, Alan.Hoo wrote: Hello Everyone how can I remove the nf_conntrack kernel module from OpenWRT System ? creating a build config without it is hard, there are a huge number of indirect dependencies that trigger it, and most of them won't show up until you disable some other

[OpenWrt-Devel] [PATCH] Disable sulogin in util-linux package

2014-03-28 Thread Hattink, Tjalling [FINT]
The sulogin tool doesn't compile because it cannot find shadow.h. As the tool is not available in openwrt it is now not selected during the build process. Signed-off-by: Tjalling Hattink --- package/utils/util-linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/utils/util-

Re: [OpenWrt-Devel] [PATCH v2] [ar71xx] Initial support for TP-Link Archer C7v2

2014-03-28 Thread Adam Serbinski
From: Adam Serbinski The C7v2 has 16 MB flash and QCA9880-BR4A rev 2 supported by ath10k driver. The C7v1 had 8 MB flash and the unsupported QCA9880-AR1A rev 1. Signed-off-by: Adam Serbinski --- target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++ target/linux/ar71xx/image/Makefi

[OpenWrt-Devel] [PATCH] [package] sshtunnel: Limited support to run with the dropbear ssh client.

2014-03-28 Thread Andreas Thienemann
From 2ae11499cf31ab57ce3b33aaac3232b23f3f3a6d Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Fri, 28 Mar 2014 17:27:26 +0100 Subject: [PATCH] [package] sshtunnel: Limited support to run with the dropbear ssh client. sshtunnel currently requires openssh which increases the openwrt foo

[OpenWrt-Devel] [PATCH] [packages] sshtunnel: Make the tunnelW setting for sshtunnel actually work.

2014-03-28 Thread Andreas Thienemann
From 03c53867cb8e198f3d69f387277627c94fb83901 Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Fri, 28 Mar 2014 17:18:57 +0100 Subject: [PATCH] [packages] sshtunnel: Make the tunnelW setting for sshtunnel actually work. Currently everything needed is in the script except the config is n

[OpenWrt-Devel] [PATCH] [ar71xx] Initial support for TP-Link Archer C7v2

2014-03-28 Thread Adam Serbinski
From: Adam Serbinski The C7v2 has 16 MB flash and QCA9880-BR4A rev 2 supported by ath10k driver. The C7v1 had 8 MB flash and the unsupported QCA9880-AR1A rev 1. Signed-off-by: Adam Serbinski --- target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++ target/linux/ar71xx/image/Make

Re: [OpenWrt-Devel] [PATCH 2/2] Added nettle library

2014-03-28 Thread Nikos Mavrogiannopoulos
On Sun, Mar 2, 2014 at 1:06 PM, Hauke Mehrtens wrote: > We will not add any new packages without an maintainer, because we > already have too many outdated packages. You should also take over > maintainer ship for that package you want to add and send patches if > there are problems with that pack

Re: [OpenWrt-Devel] [PATCH] packages: update parprouted to 0.7

2014-03-28 Thread Tristan Schmelcher
Would someone like to commit this? On Sun, Feb 23, 2014 at 8:50 PM, Tristan Schmelcher wrote: > This patch updates parprouted from 0.64 to 0.7. This fixes some bugs and > adds support for hosts moving across Ethernet interfaces. Built and tested > from trunk on a WNDR3700v2. > > Signed-off-by: Tr

[OpenWrt-Devel] [PATCH] [packages] pv: bump to version 1.5.2

2014-03-28 Thread Martin Strbačka
Hello, we got segfault with pv v1.2.0 on mpc85xx. So I updated it to the latest v1.5.2 and it seems to be ok. Signed-off-by: Martin Strbacka --- diff --git a/utils/pv/Makefile b/utils/pv/Makefile index eecda86..d75074d 100644 --- a/utils/pv/Makefile +++ b/utils/pv/Makefile @@ -9,12 +9,12 @@ inc

Re: [OpenWrt-Devel] How To Remove nf_conntrack

2014-03-28 Thread Sedat Dilek
On Fri, Mar 28, 2014 at 7:51 AM, Alan.Hoo wrote: > Hello Everyone > > how can I remove the nf_conntrack kernel module from OpenWRT System ? > > What do you mean by "remove"? It should not be built and included or it should not be loaded? What about posting your OpenWrt .config file first? Which