[OpenWrt-Devel] lantiq vdsl2

2014-09-15 Thread John Crispin
Hi, i updated the vdsl driver after the 904 crowd reported the new driver works. now i am getting reports fromt he 8970 users that the new driver fails to enter showtime. can someone who has a vdsl line please very the functionality ? otherwise we will revert back to the previous driver revision.

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscripts restarton reload

2014-09-15 Thread John Crispin
On 14/09/2014 21:09, Tristan Plumb wrote: On 14/09/2014 17:37, Baptiste Jonglez wrote: On Sun, Sep 14, 2014 at 08:14:11AM -0400, Tristan Plumb wrote: Currently procd enabled initscripts will restart on reload when the command line changes, which works for many packages, but not anything

[OpenWrt-Devel] fastd

2014-09-15 Thread John Crispin
Hi, the BB-final test build just completed and i can see fastd binaries. John On 01/09/2014 10:20, John Crispin wrote: narf, i deleted the rc3 folder last night so i can build the next iteration this week. i do not recall seeing fastd in the list of failed packages. i will have a

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscripts restartonreload

2014-09-15 Thread Tristan Plumb
which specific package is causing issue ? In my setup, I've noticed this with dnsmasq and babeld. That is, that I needed to restart and instead of reload to get things to take effect. Everything else I run is configured by command line arguments. what do you want to do ? track a

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscripts restartonreload

2014-09-15 Thread John Crispin
On 15/09/2014 10:36, Tristan Plumb wrote: which specific package is causing issue ? In my setup, I've noticed this with dnsmasq and babeld. That is, that I needed to restart and instead of reload to get things to take effect. Everything else I run is configured by command line arguments.

Re: [OpenWrt-Devel] still remnants left around from deletion of LLVM back in 2013

2014-09-15 Thread John Crispin
Hi, what rev are you building ? the code that you want to remove does not exist in trunk John On 11/09/2014 18:41, Robert P. J. Day wrote: long story short: poking around llvm content in openwrt, which looked really weird and eventually led me to this: commit

Re: [OpenWrt-Devel] [PATCH] base-files: procd initscriptsrestartonreload

2014-09-15 Thread Tristan Plumb
On 15/09/2014 10:36, Tristan Plumb wrote: which specific package is causing issue ? In my setup, I've noticed this with dnsmasq and babeld. That is, that I needed to restart and instead of reload to get things to take effect. Everything else I run is configured by command line

[OpenWrt-Devel] [RFC] netifd-device: add support for promisc setting

2014-09-15 Thread Martin Hundebøll
Signed-off-by: Martin Hundebøll mar...@hundeboll.net --- device.c | 9 + device.h | 3 +++ system-linux.c | 10 ++ 3 files changed, 22 insertions(+) diff --git a/device.c b/device.c index 26b020f..b29d73b 100644 --- a/device.c +++ b/device.c @@ -38,6 +38,7 @@ static

[OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-15 Thread John Crispin
Hi, i would like to add 4g ncm support. there are a few version of a patc floating around that don't make use of dynamic_interface yet. anyone around that wants to 1) donate a huawei e3276 2) has a huawei e3276 and wants to help testing ? John

Re: [OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-15 Thread Sami Olmari
I have 2 such devices, I do use Oskari Rauta's scripts to run it.. not perfect but works after manual labour... Maybe there would be at least some ideas... So.. I can definately help with testing! I have to think how I could donate one dongle to you... Sami Olmari On Sep 15, 2014 1:35 PM, John

Re: [OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-15 Thread Ronaldo Afonso
Hi John, I have a e3276 4g modem and can help you in your tests. Just tell me what I need to do, ok? 2014-09-15 7:35 GMT-03:00 John Crispin blo...@openwrt.org: Hi, i would like to add 4g ncm support. there are a few version of a patc floating around that don't make use of

Re: [OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-15 Thread John Crispin
Hi, my version of the scripts is based on Oskari patches and fixes a lot of the not perfect stuff however i am sure it wont work out of the box as i blindly reworked large parts of the code. i can send it back to you in finland when i am done testing. John On 15/09/2014 13:53, Sami Olmari

[OpenWrt-Devel] Services do not appear/disappear until reboot - luci-indexcache?

2014-09-15 Thread Justin Vallon
Running BB-rc3and configuring from scratch. Iinstalled luci-app-ddns and luci-app-upnp(svn-r10471-1). The apps should show up in the services menu, but they did not - in fact, the services menu did not appear at all. Tried restarting uhttpd, no effect. Rebooted, and the services menu appeared.

Re: [OpenWrt-Devel] 4g NCM modem huawei e3276

2014-09-15 Thread Sami Olmari
Hmm, that could work, at least I do have old spare dongle to use with system in mean time :-) Tell me where I can send the thing and I'll send the thing in a few days :-) Sami Olmari On Sep 15, 2014 3:11 PM, John Crispin blo...@openwrt.org wrote: Hi, my version of the scripts is based on

[OpenWrt-Devel] [PATCH][RFC] libubus: restore uloop_cancelled on timeout

2014-09-15 Thread Alexandru Ardelean
Context: 1 loop with a single ubus_invoke() that times out calls uloop_end() which ends the loop, and thus ends the application. In the end that seems to confuse procd which outputs a notification as if the application segfault-ed a couple of times, rather than ended 'gracefully' by being

Re: [OpenWrt-Devel] Barrier Breaker timeline?

2014-09-15 Thread Nishant Sharma
Hi John, On Monday 08 September 2014 08:13 PM, John Crispin wrote: is this reported or documented anywhere ? Compiled the Barrier Breaker (SVN 42452) and changes are kept on the reboot. I raised a false alarm. Thanks regards, Nishant ___

Re: [OpenWrt-Devel] [PATCH][RFC] libubus: restore uloop_cancelled on timeout

2014-09-15 Thread Felix Fietkau
On 2014-09-15 14:42, Alexandru Ardelean wrote: Context: 1 loop with a single ubus_invoke() that times out calls uloop_end() which ends the loop, and thus ends the application. In the end that seems to confuse procd which outputs a notification as if the application segfault-ed a couple of

Re: [OpenWrt-Devel] [PATCH][RFC] libubus: restore uloop_cancelled on timeout

2014-09-15 Thread Alexandru Ardelean
Cool. Thanks. On Mon, Sep 15, 2014 at 4:49 PM, Felix Fietkau n...@openwrt.org wrote: On 2014-09-15 14:42, Alexandru Ardelean wrote: Context: 1 loop with a single ubus_invoke() that times out calls uloop_end() which ends the loop, and thus ends the application. In the end that seems to

Re: [OpenWrt-Devel] Barrier Breaker timeline?

2014-09-15 Thread John Crispin
On 15/09/2014 15:14, Nishant Sharma wrote: Hi John, On Monday 08 September 2014 08:13 PM, John Crispin wrote: is this reported or documented anywhere ? Compiled the Barrier Breaker (SVN 42452) and changes are kept on the reboot. I raised a false alarm. Hi, i know :) and i spent 4 hours on

Re: [OpenWrt-Devel] uClibc bug: epoll_pwait broken on OpenWrt x86

2014-09-15 Thread Matthias Schiffer
Ping? I'd like to get this fixed as soon as possible (even though it's probably too late for the OpenWrt BB final?). I guess I can try to write a patch, but I had hoped someone on these lists could give some advice on what the best way to fix this would be... Matthias On 09/05/2014 02:15 PM,

[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 open...@rogerpueyo.com --- 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 ---

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 open...@rogerpueyo.com --- diff --git

[OpenWrt-Devel] DIR-657 - D-Link HD Media Router 1000

2014-09-15 Thread Luis Soltero
Hello All, Looking for a router recommendation and wondering is someone might be able to help. The D-Link DIR-657 looks perfect but I don't see any support for this in OpenWRT. Anyone working on a port to the D-Link Media Routers? Looking for the following 128+M RAM 16+M Flash Built-in SD

Re: [OpenWrt-Devel] DIR-657 - D-Link HD Media Router 1000

2014-09-15 Thread Luis E. Garcia
Ubicom support was removed a while back. That specific router is using a Ubicom IP7K chip. Within DLinks opensource files for this router there is a OpenWRT code base but I don't how old or what version it is. I have a small pet project to port OpenWRT to Ubicom but the more recent IP8K chpset.

[OpenWrt-Devel] overcommit memory/ratio

2014-09-15 Thread Nikos Mavrogiannopoulos
Hello, It seems I have a memory leak in a process that runs under openwrt, and occasionally the watchdog process is being killed by the oom-killer causing a reboot. Seen that, I think that having the default overcommit settings of the linux kernel is quite an overkill for a system like openwrt

[OpenWrt-Devel] [PATCH] wr1043nd-v2: Change .code of the wi-fi button to KEY_RFKILL

2014-09-15 Thread Josef Gajdusek
This patch changes the code of the Wi-Fi On/Off button on the TP-Link WR1043ND v2 from KEY_WLAN to KEY_RFKILL (and renames a few constants to match). The reason for this change is, that the KEY_WIFI button code is not recognized by the hotplug subsystem. This means that the userspace is not

Re: [OpenWrt-Devel] DIR-657 - D-Link HD Media Router 1000

2014-09-15 Thread Luis Soltero
Hello All, It would be nice to get Ubicom support into OpenWRT.  However.. our specific requirements is for any router that meets the specifications listed below. 128+M RAM 16+M Flash Built-in SD card 1+ USB 4 LAN 1 WAN 2.4Ghz WiFi

Re: [OpenWrt-Devel] DIR-657 - D-Link HD Media Router 1000

2014-09-15 Thread Luis E. Garcia
You might be able to get by with the WD MyNet N750. It has most of the requirements except the Built-in SD - but instead you get 2 USB ports. You could use the extra USB with an SD Reader. Luis G. On Mon, Sep 15, 2014 at 2:42 PM, Luis Soltero lsolt...@globalmarinenet.com wrote: Hello All,

Re: [OpenWrt-Devel] DIR-657 - D-Link HD Media Router 1000

2014-09-15 Thread Luis Soltero
We are currently using TP-Link WDR 3600 with USB SD drives but would like to move to an internal drive which is why we have made this inquiry. Thanks for your suggestion...  We will keep looking. --luis On 9/15/14, 3:57 PM, Luis E. Garcia

Re: [OpenWrt-Devel] [PATCH] curl: 7.36.0 - 7.38.0

2014-09-15 Thread Catalin Patulea
Thanks for the commit. On Sat, Sep 13, 2014 at 1:59 AM, Catalin Patulea c...@vv.carleton.ca wrote: Main changes: - URL parser: IPv6 zone identifiers are now supported - cyassl: Use error-ssl.h when available (drop local patch) - polarssl: support CURLOPT_CAPATH / --capath - mkhelp: generate