[OpenWrt-Devel] [PATCH v2 2/2] Support Ubiquiti Unifi Outdoor Plus HSR filter

2015-06-08 Thread Stefan Rompf
Add kmod-ubnt-hsr package that tunes the HSR filter of the access point as a ath9k channel change helper Signed-off-by: Stefan Rompf ste...@loplof.de --- Index: package/kernel/ubnt-hsr/Makefile === ---

[OpenWrt-Devel] [PATCH v2 0/2] Support Ubiquiti Unifi Outdoor Plus HSR filter

2015-06-08 Thread Stefan Rompf
Hi, this patchset adds support for the HSR filter of the Ubiquiti Unifi Outdoor Plus access point. The HSR is a configurable RF filter in the receive path that must be tuned according to the selected Wifi channel for the access point to work. Patch 1 adds a channel change helper callback to

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 07:32 PM, Baptiste Clenet wrote: 2015-06-08 15:23 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: (...) Thanks Varka for your help! It compiles now without those module: - kmod-bluetooth - kmod-bluetooth_6lowpan - kmod-6lowpan - kmod-ieee802154 - kmod-ieee802154-6lowpan -

Re: [OpenWrt-Devel] [PATCH RFC] Add support for Ubiquiti Unifi Outdoor Plus

2015-06-08 Thread Kirill Berezin
Hi Stefan, I have a couple of suggestions. First of all I think it will be better to initialize static variables in hsr_tune with zeroes : ++static void hsr_tune(struct ath_hw* ah, int bw, int fq) { ++ static int initialized = 0; ++ static int last_bw = 0, last_fq = 0; And I have an

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-07 19:24 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: Le 6 juin 2015 15:40, Roman Yeryomin leroi.li...@gmail.com a écrit : On 6 June 2015 at 09:21, Dirk Neukirchen dirkneukirc...@web.de wrote: On 05.06.2015 16:00, Baptiste Clenet wrote: Hi OpenWRT developers, Is there any

Re: [OpenWrt-Devel] [PATCH,v2] dnsmasq: bump to dnsmasq2.73rc9

2015-06-08 Thread Kevin Darbyshire-Bryant
I've no idea and giving up to be honest. By producing bad patches I'm not being helpful and wasting experienced people's time. Updating a Makefile is about as simple as it gets! smime.p7s Description: S/MIME Cryptographic Signature ___

Re: [OpenWrt-Devel] netifd: handling of interfaces with proto none

2015-06-08 Thread Jo-Philipp Wich
Hi Lars, I struggled with this issue as well and after a brief chat with nbd the conclusion was to force the tap device to be external, this will cause netifd to leave its routes and address config alone, even when ifup is called on the network. In short you need to prepare the vpn interface

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 9:29 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 12:54 PM, Baptiste Clenet wrote: 2015-06-07 19:24 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: Le 6 juin 2015 15:40, Roman Yeryomin leroi.li...@gmail.com a écrit : On 6 June 2015 at 09:21, Dirk Neukirchen

Re: [OpenWrt-Devel] [PATCH RFC] Add support for Ubiquiti Unifi Outdoor Plus

2015-06-08 Thread Arjen de Korte
Citeren Kirill Berezin ky...@rol.ru: Hi Stefan, I have a couple of suggestions. First of all I think it will be better to initialize static variables in hsr_tune with zeroes : ++static void hsr_tune(struct ath_hw* ah, int bw, int fq) { ++ static int initialized = 0; ++ static

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 12:54 PM, Baptiste Clenet wrote: 2015-06-07 19:24 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: Le 6 juin 2015 15:40, Roman Yeryomin leroi.li...@gmail.com a écrit : On 6 June 2015 at 09:21, Dirk Neukirchen dirkneukirc...@web.de wrote: On 05.06.2015 16:00, Baptiste Clenet wrote:

Re: [OpenWrt-Devel] adding tp-link wr740n v5.0 support

2015-06-08 Thread Daniel Petre
On 06/07/2015 04:38 AM, Daniel Petre wrote: Hello, so i just got the v5.0 version of tp-link wr740n and it seems its not a 2 mb flash and 16 mb ram chinese version like stated in the wiki. Just got replied by local tp-link (Romania) rep with confirmation that the european version of v5.0 has 4

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 01:36 PM, Baptiste Clenet wrote: I've edited variable KERNEL_PATCHVER:=3.18 to KERNEL_PATCHVER:=4.0.4 in target/Linux/ramips/Makefile in order to get Linux 4.0.4 installed Also you need to specify the configuration file for 4.0.4 kernel. just copy the file

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On Jun 8, 2015 6:41 PM, Baptiste Clenet bapcle...@gmail.com wrote: 2015-06-08 14:46 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 14:20 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:48 PM, Baptiste Clenet wrote: 2015-06-08 14:10 GMT+02:00 Varka Bhadram

Re: [OpenWrt-Devel] [PATCH,v2] dnsmasq: bump to dnsmasq2.73rc9

2015-06-08 Thread Jonathan Bennett
Hey, Kevin, I know how much of a pain it is to get patches to send without getting mangled. You ought to stick with this, though, and work out how you can send patches that don't get mangled. I'm sure Steven doesn't mind pinging you back to let you know what the patches look like. Honestly, it's

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 15:23 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On Jun 8, 2015 6:41 PM, Baptiste Clenet bapcle...@gmail.com wrote: 2015-06-08 14:46 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 14:20 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:48 PM,

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 14:20 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:48 PM, Baptiste Clenet wrote: 2015-06-08 14:10 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:27 PM, Baptiste Clenet wrote: 2015-06-08 13:49 GMT+02:00 Baptiste Clenet bapcle...@gmail.com:

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 05:48 PM, Baptiste Clenet wrote: 2015-06-08 14:10 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:27 PM, Baptiste Clenet wrote: 2015-06-08 13:49 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 10:53 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 10:53 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 01:36 PM, Baptiste Clenet wrote: I've edited variable KERNEL_PATCHVER:=3.18 to KERNEL_PATCHVER:=4.0.4 in target/Linux/ramips/Makefile in order to get Linux 4.0.4 installed Also you need to specify the

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 13:49 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 10:53 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 01:36 PM, Baptiste Clenet wrote: I've edited variable KERNEL_PATCHVER:=3.18 to KERNEL_PATCHVER:=4.0.4 in target/Linux/ramips/Makefile in order to get

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 14:10 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:27 PM, Baptiste Clenet wrote: 2015-06-08 13:49 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 10:53 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 01:36 PM, Baptiste Clenet wrote:

[OpenWrt-Devel] strongswan CVE-2015-3991 CVE-2015-4171

2015-06-08 Thread Noel Kuntze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello list, In the last days, two critical vulnerabilities were discovered in strongswan. Those are CVE-2015-4171[1] and CVE-2015-3991[2]. It is necessary to rebuild all packages from version 4.3.0 to 5.3.2 with the necessary patches as those

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 14:46 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 14:20 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:48 PM, Baptiste Clenet wrote: 2015-06-08 14:10 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 05:27 PM, Baptiste Clenet wrote:

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Varka Bhadram
On 06/08/2015 05:27 PM, Baptiste Clenet wrote: 2015-06-08 13:49 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 10:53 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On 06/08/2015 01:36 PM, Baptiste Clenet wrote: I've edited variable KERNEL_PATCHVER:=3.18 to KERNEL_PATCHVER:=4.0.4

Re: [OpenWrt-Devel] Linux 4.x

2015-06-08 Thread Baptiste Clenet
2015-06-08 16:02 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 15:23 GMT+02:00 Varka Bhadram varkabhad...@gmail.com: On Jun 8, 2015 6:41 PM, Baptiste Clenet bapcle...@gmail.com wrote: 2015-06-08 14:46 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-08 14:20 GMT+02:00

[OpenWrt-Devel] [PATCH] ar71xx: add support for tp-link wr740n v5.0 (EU)

2015-06-08 Thread Daniel Petre
TP-Link ships wr740n v5.0 to Romania (so probably everywhere except China) with 4 MB flash and 32 MB memory (confirmed by their local support). This patch adds support for the v5.0 clone of v4, i just tested it on my own v5.0 router and it works. Signed-off-by: Daniel Petre

Re: [OpenWrt-Devel] [PATCH RFC] Add support for Ubiquiti Unifi Outdoor Plus

2015-06-08 Thread Stefan Rompf
Hi Kirill, hi Arjen, thanks for your feedback. I'll create a new version of the patch with your updates and suggestions. I will also try to move the HSR tuner module into it's own subdirectory below package/kernel to minimize the mac80211 patch that Felix will have to maintain. I also