Re: [OpenWrt-Devel] logd

2014-03-29 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] is anybody working on supporting Linksys WRT1900ac ?

2014-03-29 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

Re: [OpenWrt-Devel] BT Home Hub 2B support - nand driver patch (for comment only)

2014-03-29 Thread John Crispin
Hi, finally had time to test this. i will merge antonios patch for now, it fixes the basi nand vs pcie issue. i will look at the bthh2 issue afterwards. John On 22/01/2014 01:01, Luka Perkov wrote: On Tue, Jan 21, 2014 at 08:50:03PM +0100, Ben Mulvihill wrote: Any enlightenment you

[OpenWrt-Devel] [PATCH] ar71xx: add comments for image Makefile.

2014-03-29 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- target/linux/ar71xx/image/Makefile | 50 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 6e0ffe0..4fca1c3

[OpenWrt-Devel] [PATCH] dropbear: add options SSHKeepAlive and IdleTimeout.

2014-03-29 Thread Yousong Zhou
Without timeout mechanism, if ssh client disconnected without sending FIN or RST, forked dropbear servers would hang there for KEX_RETRY_TIMEOUT seconds (8 hours). TCP keepalive is not implemented in dropbear yet, thus the name SSHKeepAlive. 300 seconds in this patch is selected from the default

[OpenWrt-Devel] [PATCH] kernel: backport BCM5357 fix for GPIOs

2014-03-29 Thread Rafał Miłecki
This backports: bcma: gpio: register 32 GPIOs on BCM5357 Signed-off-by: Rafał Miłecki zaj...@gmail.com --- .../linux/generic/patches-3.10/025-bcma_backport.patch | 15 --- .../linux/generic/patches-3.12/025-bcma_backport.patch | 15 ---

[OpenWrt-Devel] what's the relation with dnsmasq and dhcp ?

2014-03-29 Thread Alan.Hoo
hello everyone I made a very weird discover , when I disable dnsmasq service on router( perform /etc/init.d/dnsmasq disable on OpenWRT System) , all devices could not connect to my Router by dhcp. why ? it's very confused me , BR Alan.Hoo,Code Monkey MSFT

Re: [OpenWrt-Devel] what's the relation with dnsmasq and dhcp ?

2014-03-29 Thread Hannu Nyman
I made a very weird discover , when I disable dnsmasq service on router( perform /etc/init.d/dnsmasq disable on OpenWRT System) , all devices could not connect to my Router by dhcp. No wonder, as dnsmasq is the default dhcp server component in Openwrt. That is explained in the module's

Re: [OpenWrt-Devel] what's the relation with dnsmasq and dhcp ?

2014-03-29 Thread Alan.Hoo
Thank you!! you are powerful!! -Original Message- From: openwrt-devel-boun...@lists.openwrt.org [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Hannu Nyman Sent: Saturday, March 29, 2014 7:13 PM To: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] what's the

Re: [OpenWrt-Devel] BT Home Hub 2B support - nand driver patch (for comment only)

2014-03-29 Thread Ben Mulvihill
Hi John, Thanks for getting back to me. I was just about to write to ask whether you had had chance to look at it, because I have my other bthh2 patches more or less ready now. I'll submit a complete set once you have merged Antonio's patch. Ben On Sat, 2014-03-29 at 08:28 +0100, John Crispin

Re: [OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2014-03-29 Thread Weedy
SO GUYS, MERGE PLOX? On 9 Nov 2013 18:42, Weedy weedy2...@gmail.com wrote: On Sat, Nov 9, 2013 at 2:54 PM, David Lang da...@lang.hm wrote: That doesn't slow down bitrot of the patches, that just works for one person's systems, for not. Is there something wrong with this series that is

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

2014-03-29 Thread Felix Fietkau
On 2014-02-24 07:02, Catalin Patulea wrote: Upstream changelog: https://matt.ucc.asn.au/dropbear/CHANGES This adds elliptic curve cryptography (ECC) support as an option, disabled by default. dropbear mips 34kc uClibc binary size: before: 161,672 bytes after, without ECC (default):

Re: [OpenWrt-Devel] [PATCH] dropbear: add options SSHKeepAlive and IdleTimeout.

2014-03-29 Thread Felix Fietkau
On 2014-03-29 09:19, Yousong Zhou wrote: Without timeout mechanism, if ssh client disconnected without sending FIN or RST, forked dropbear servers would hang there for KEX_RETRY_TIMEOUT seconds (8 hours). TCP keepalive is not implemented in dropbear yet, thus the name SSHKeepAlive. 300

Re: [OpenWrt-Devel] [PATCH] [comgt] add support for defining dial number in config file

2014-03-29 Thread Luiz Angelo Daros de Luca
Do I need to improve anything to get commited? --- Luiz Angelo Daros de Luca, Me. luizl...@gmail.com 2014-03-17 18:13 GMT-03:00 luizl...@gmail.com: From: Luiz Angelo Daros de Luca luizl...@gmail.com Signed-off-by: Luiz Angelo Daros de Luca luizl...@gmail.com ---

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

2014-03-29 Thread Catalin Patulea
Sorry, my comment was out of line. On Sat, Mar 29, 2014 at 2:49 AM, John Crispin j...@phrozen.org wrote: 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] [RFC PATCH] Getting more eyeballs on a better QoS system

2014-03-29 Thread Dave Täht
CeroWrt has been working on a better fq_codel based QoS/AQM/packet scheduler system for eliminating bufferbloat on DSL devices and cable modems for quite some time now. I'd like it if it - or the ideas in it - made it into openwrt eventually - But: I'd rather like to get more eyeballs on it and

[OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-03-29 Thread Dave Täht
From: Dave Taht dave.t...@bufferbloat.net This adds support for the bufferbloat project's Smart Queue Management (SQM) system, which improves over openwrt's qos-scripts in the following ways + Uses HTB with two models for managing traffic a simplest one that merely uses fq_codel, and a three

[OpenWrt-Devel] [RFC PATCH] luci: Add cerowrt SQM qos aqm and packet scheduler gui

2014-03-29 Thread Dave Täht
From: Dave Taht dave.t...@bufferbloat.net --- applications/luci-app-sqm/Makefile | 66 +++ applications/luci-app-sqm/files/sqm-cbi.lua| 195 applications/luci-app-sqm/files/sqm-controller.lua | 26 +++

[OpenWrt-Devel] [RFC PATCH] luci support for SQM gui

2014-03-29 Thread Dave Täht
This adds gui support to the SQM-scripts patch ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] BCP38 support for home routers

2014-03-29 Thread Dave Täht
This package implements enough functionality (we hope) to make implementing BCP38 in openwrt a snap. By default it comes with an implementation suitable for natted hosts. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] packages: BCP38 support for openwrt

2014-03-29 Thread Dave Täht
From: Dave Taht dave.t...@bufferbloat.net This adds firewall support for blocking common invalid address ranges, using ipset. --- net/bcp38/Makefile | 63 ++ net/bcp38/files/bcp38.config | 22 + net/bcp38/files/bcp38.defaults | 13 ++

[OpenWrt-Devel] ceropackages feed

2014-03-29 Thread Dave Taht
All the packages I just submitted are currently maintained in the ceropackages-3.10 repo on github. https://github.com/dtaht/ceropackages-3.10.git so you can add that feed to your feeds.conf if you like, and do a ./scripts/feeds update ./scripts/feeds install sqm-scripts luci-app-sqm bcp38

[OpenWrt-Devel] [PATCH] util-linux: backport upstream fix for unshare utility

2014-03-29 Thread Dave Täht
From: Dave Taht dave.t...@bufferbloat.net the unshare utility wasn't getting certain defines for mount anymore. --- ...lude-libmount.h-to-provide-missing-MS_-de.patch | 44 1 file changed, 44 insertions(+) create mode 100644

[OpenWrt-Devel] Ruby 1.9.x in trunk - fix for bug 9873

2014-03-29 Thread Luiz Angelo Daros de Luca
Hello Hauke, I noticed you updated ruby to version 1.9.3-p484. However, there is still a serious bug for any network access. https://dev.openwrt.org/ticket/9873 I created a patch sometime ago but it was not commited. Could you please take a look at