[OpenWrt-Devel] Openwrt won't enable wifi if connect main router failed in repeater mode

2014-02-23 Thread jinzhcheng
Dear Sir, I configure my WR703N to repeater mode, wlan0-1 connect to main router, and PC connect to WR703N by wlan0. WR703N work normally if it can connect main router, but if it connect main router failed, openwrt won't enable WR703N wlan0, so I can't login WR703N to reconfigure it. How to

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-23 Thread Michel Stempin
Le 23/02/2014 03:34, Lars Boegild Thomsen a écrit : On Saturday, February 22, 2014 13:11:26 Michel Stempin wrote: Ok, it looks all good to me, now let the maintainers integrate it into trunk! Should I post it again or will they pick it up here? They will pick it up, but it may take some

[OpenWrt-Devel] Really slow 3G speed through router... okay when connected directly

2014-02-23 Thread jinzhcheng
Dear Sir, I have a HUAWEI 3G usb modem, The download speed is over 160KB/s if connected directly to PC, but if used with WR703N, the download speed is only 60KB/s. I think wifi and usb speed isn't bottleneck, but what is root cause of slower speed through router? pppd? Thanks!

Re: [OpenWrt-Devel] Really slow 3G speed through router... okay when connected directly

2014-02-23 Thread Yousong Zhou
hi On Sun, 23 Feb 2014, jinzhcheng wrote: Dear Sir, I have a HUAWEI 3G usb modem, The download speed is over 160KB/s if connected directly to PC, but if  used with WR703N, the download speed is only 60KB/s. I think wifi and usb speed isn't bottleneck, but what is root cause of slower speed

Re: [OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-23 Thread Dirk Neukirchen
On 18.02.2014 10:41, Michel Stempin wrote: Le 18/02/2014 10:22, Dirk Neukirchen a écrit : On 18.02.2014 08:04, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/mc/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] 回复: Re: Really slow 3G speed through router... okay when connected directly

2014-02-23 Thread bjzhougong
Hi Zhou I will create a new ticket about this. Thanks! bjzhougong From: Yousong Zhou Date: 2014-02-23 18:32 To: bjzhougong CC: OpenWrt Development List Subject: Re: [OpenWrt-Devel] Really slow 3G speed through router... okay when connected directly hi On Sun, 23 Feb 2014, jinzhcheng wrote:

Re: [OpenWrt-Devel] ubus / netifd - how does ubus know a network is 'up' ?

2014-02-23 Thread Ken Bantoft
Thanks Owen - that worked quite nicely. I integrated it directly into proto_mytun_setup() and now it’s working as expected. Ken On 2/22/14, 6:44 PM, Owen Kirby o...@exegin.com wrote: Hey Ken, I seem to recall running into some similar issues the last time I found myself writing some

Re: [OpenWrt-Devel] [PATCH] uloop: Add flag to allow callback to be called on error conditions.

2014-02-23 Thread Felix Fietkau
On 2014-02-11 09:37, Karl Vogel wrote: In some conditions, an application is interested in errors happening on a file descriptor and might be able to resolve the issue in the callback function. This patch adds a flag to notify the uloop framework that errors should be passed to the callback

Re: [OpenWrt-Devel] [PATCH] ubus: Fix imbalance in lua stack push/pop of values.

2014-02-23 Thread Felix Fietkau
On 2014-02-11 09:27, Karl Vogel wrote: The lua getglobal and rawgeti both push a value onto the lua stack, but they weren't being removed by the ubus_method_handler function, thus corrupting the lua stack. In case the specified method wasn't a function, the stack was also corrupted as the

Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-23 Thread Jonathan McCrohan
On Tue, 18 Feb 2014 13:46:15 +0100, Dirk Neukirchen wrote: On 18.02.2014 08:02, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr -PKG_VERSION:=1.0.55 +PKG_VERSION:=1.0.55~bpo70+1 PKG_RELEASE:=1 I have 1.0.56 locally and it builds fine too. Just noticed that

Re: [OpenWrt-Devel] PATCH [openvpn] --enable-small as option

2014-02-23 Thread Christoph Kottke
hi, any future suggestions or have i forgotten something to include? christoph Am Samstag, den 15.02.2014, 23:10 +0100 schrieb Christoph Kottke: okay, christoph Am Samstag, den 15.02.2014, 12:46 +0100 schrieb Felix Fietkau: On 2014-02-14 18:52, Christoph Kottke wrote: hi felix,

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

2014-02-23 Thread Tristan Schmelcher
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: Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca --- Index: packages/net/parprouted/Makefile

[OpenWrt-Devel] [PATCH] new package tcpproxy

2014-02-23 Thread equinox
This patch adds tcpproxy an IPv4/IPv6 tcp connection proxy. For additional infos please visit http://www.spreadspace.org/tcpproxy Signed-off-by: Christian Pointner equi...@spreadspace.org --- net/tcpproxy/Makefile | 83 ++ net/tcpproxy/files/tcpproxy.config

[OpenWrt-Devel] [PATCH v2] new package tcpproxy

2014-02-23 Thread equinox
This patch adds tcpproxy an IPv4/IPv6 tcp connection proxy. For additional infos please visit http://www.spreadspace.org/tcpproxy v2: unfortunately Thunderbird tried to reformat the first version... Signed-off-by: Christian Pointner equi...@spreadspace.org --- net/tcpproxy/Makefile

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

2014-02-23 Thread Catalin Patulea
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): 164,968 after, with ECC: 198,008 Signed-off-by: Catalin

Re: [OpenWrt-Devel] [PATCHv2] dropbear: update to 2013.62

2014-02-23 Thread Catalin Patulea
Hi folks, dropbear 2014.63 is already out. Can someone please review these patches? Here is an updated patch for 2014.63: https://lists.openwrt.org/pipermail/openwrt-devel/2014-February/024058.html http://patchwork.openwrt.org/patch/4931/ On Wed, Feb 19, 2014 at 1:22 AM, Catalin Patulea

[OpenWrt-Devel] [PATCH] dropbear: fix parsing of Interface param

2014-02-23 Thread Catalin Patulea
From: hnyman Sending this in for hnyman, from issue #15070: https://dev.openwrt.org/ticket/15070 Should fix that issue. Signed-off-by: Catalin Patulea c...@vv.carleton.ca --- .../network/services/dropbear/files/dropbear.init |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [OpenWrt-Devel] [PATCH v2] hostapd: enable DFS support

2014-02-23 Thread Martin Garbe
On 2/17/14, 09:05 PM, Matti Laakso wrote: The latest hostapd and some of the wireless drivers support DFS, which is required on the 5 GHz band in many countries. This patch adds the correct option to the hostapd configuration if dfs=1 is set (along with the country code) in the wireless