Re: [OpenWrt-Devel] WRT1900AC - Available firmwares ?

2015-01-08 Thread Ian Kent
On Thu, 2015-01-08 at 14:36 -0200, Fernando Frediani wrote: > Hi all, > > Does anyone here have a Linksys WRT1900AC (that fiasco that suppose to > be the new generation of WRT54G) ? Yes and I like it. As Imre Kaloz says Marvel recently released updated driver source. It seems to me the major h

[OpenWrt-Devel] Install .pc files of Python

2015-01-08 Thread Szilárd Pfeiffer
Hi, .pc files are not copied to the install directory, so python (as a library) cannot be checked from configure.ac by PKG_CHECK_MODULES. It caused problem during the port of Zorp GPL to OpenWrt. Possible solution is attached. Best regards, Szilárd Pfeiffer >From b7a1ac80ec6536b165e2f1db61d4bac9a

[OpenWrt-Devel] procd/inittab with a delayed console

2015-01-08 Thread Owen Kirby
Hi, I'm not sure if this is a bug with procd's implementation of inittab or if I'm just doing something wrong in my inittab. However, we have a board that has multiple serial console ports, one of which relies on a kernel module and procd refuses to start a console on the second port. What se

Re: [OpenWrt-Devel] [PATCH 1/3] [Lantiq] [P2812HNUFX] Remove old dts

2015-01-08 Thread John Crispin
On 27/12/2014 11:32, Sylwester Petela wrote: > Remove unused P2812HNUFX board definition. > > Signed-off-by: Sylwester Petela > --- please change the patch to * make use of 1 dtsi file and 2 dts files * after applying your patch 1/3 the tree will not build. please remove old file at the end of

Re: [OpenWrt-Devel] [PATCH] Comgt: Add option to ignore ioctl errors

2015-01-08 Thread John Crispin
On 29/12/2014 17:54, Matti Laakso wrote: > Some Huawei mobile broadband sticks utilizing the NCM protocol expose > the control channel as a cdc-wdm device node instead of a virtual serial > port. This device node does not support the serial port ioctls. Add command > line option to not check whet

Re: [OpenWrt-Devel] WRT1900AC - Available firmwares ?

2015-01-08 Thread Imre Kaloz
On Thu, 08 Jan 2015 20:10:28 +0100, Fernando Frediani wrote: I have just upgraded it with your firmware. Works fine so far for most of things. Actually some stuff is better than before. Glad to hear that :) I will proceed with more tests, specially the ones I had been doing and reported ba

Re: [OpenWrt-Devel] WRT1900AC - Available firmwares ?

2015-01-08 Thread Fernando Frediani
Thanks Imre, I have just upgraded it with your firmware. Works fine so far for most of things. Actually some stuff is better than before. I will proceed with more tests, specially the ones I had been doing and reported back to Belkin a while ago to make sure they are gone. Is there any GitH

Re: [OpenWrt-Devel] WRT1900AC - Available firmwares ?

2015-01-08 Thread Imre Kaloz
Hi, On Thu, 08 Jan 2015 17:36:40 +0100, Fernando Frediani wrote: Hi all, Does anyone here have a Linksys WRT1900AC (that fiasco that suppose to be the new generation of WRT54G) ? I got one a while ago and have been following the firmware development for it directly with Belkin people and on

[OpenWrt-Devel] [PATCH v2 uqmi] Add command for listing device capabilities

2015-01-08 Thread Sławomir Demeszko
Signed-off-by: Sławomir Demeszko --- Sorry, it seems my compiler doesn't suport -Wtautological-compare option, and I was not warned about this. This condition could be removed, but as I read it is unspecified if enums are signed or unsigned, it depends on compiler, so I cast it to signed for comp

[OpenWrt-Devel] netifd + split dns servers

2015-01-08 Thread Nikos Mavrogiannopoulos
Currently a protocol can register a dns server with netifd using the proto_add_dns_server function. That however, does not allow registering a DNS server for a specific domain. I checked the netifd code and there is no provision for that. Would it make sense to add such functionality to netifd, or

[OpenWrt-Devel] WRT1900AC - Available firmwares ?

2015-01-08 Thread Fernando Frediani
Hi all, Does anyone here have a Linksys WRT1900AC (that fiasco that suppose to be the new generation of WRT54G) ? I got one a while ago and have been following the firmware development for it directly with Belkin people and on the URL - https://github.com/wrt1900ac/opensource/tree/master/Bar

[OpenWrt-Devel] [PATCH] igmpproxy: add patch to silence unnecessary logging of downstream igmp traffic

2015-01-08 Thread Antti Seppälä
This patch adds a simple check to silence logging of messages about unrecognized igmp packets which originate from devices in local network. Without this patch igmpproxy floods openwrt syslog with messages such as: user.warn igmpproxy[19818]: The source address 192.168.1.175 for group 239.255.

[OpenWrt-Devel] [PATCH] [package] openvpn: procd_set_param respawn

2015-01-08 Thread Lars
From 0c442b23127f58cf4c8c0b96ca67c0335ef86da9 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Thu, 8 Jan 2015 16:05:10 +0100 Subject: [PATCH] [package] openvpn: procd_set_param respawn Makes sure that the openvpn instance gets restarted in case of a crash. Intentional stops using /etc/init.d/op

Re: [OpenWrt-Devel] [PATCH uqmi] Add missing option for getting tdma signal strength

2015-01-08 Thread Felix Fietkau
On 2015-01-08 15:15, Sławomir Demeszko wrote: > Signed-off-by: Sławomir Demeszko Applied, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH uqmi] Add command for listing device capabilities

2015-01-08 Thread Felix Fietkau
On 2015-01-08 14:55, Sławomir Demeszko wrote: > Signed-off-by: Sławomir Demeszko > --- > commands-dms.c | 53 + > commands-dms.h | 2 ++ > 2 files changed, 55 insertions(+) > > diff --git a/commands-dms.c b/commands-dms.c > index a677052..fcb4

[OpenWrt-Devel] [PATCH uqmi] Add command for listing device capabilities

2015-01-08 Thread Sławomir Demeszko
Signed-off-by: Sławomir Demeszko --- commands-dms.c | 53 + commands-dms.h | 2 ++ 2 files changed, 55 insertions(+) diff --git a/commands-dms.c b/commands-dms.c index a677052..fcb4b93 100644 --- a/commands-dms.c +++ b/commands-dms.c @@ -7,6 +

[OpenWrt-Devel] [PATCH uqmi] Add missing option for getting tdma signal strength

2015-01-08 Thread Sławomir Demeszko
Signed-off-by: Sławomir Demeszko --- commands-nas.c | 5 + 1 file changed, 5 insertions(+) diff --git a/commands-nas.c b/commands-nas.c index be06ee4..831e3f4 100644 --- a/commands-nas.c +++ b/commands-nas.c @@ -152,6 +152,11 @@ cmd_nas_get_signal_info_cb(struct qmi_dev *qmi, struct qmi_req