Re: [OpenWrt-Devel] zram backport for Attitude Adjustment

2013-11-07 Thread Weedy
On 8 Nov 2013 00:41, "Ben West" wrote: > > As someone who runs AA r38247 patched to include zram support, I can add anecdotal experience that some processes don't behave well when paged to swap. I'm running AR7240 devices with 32MB RAM (i.e. UBNT M gear) as mesh nodes, and I've found that service

Re: [OpenWrt-Devel] zram backport for Attitude Adjustment

2013-11-07 Thread Ben West
As someone who runs AA r38247 patched to include zram support, I can add anecdotal experience that some processes don't behave well when paged to swap. I'm running AR7240 devices with 32MB RAM (i.e. UBNT M gear) as mesh nodes, and I've found that services like olsrd, coovachilli, and wpa_supplican

Re: [OpenWrt-Devel] [PATCH 2/2] Add patch to fix ipset timeout setting problem

2013-11-07 Thread Nikolay Martynov
Hi. I've sent these patches to fix an ipset bug some time ago but didn't get any feedback. Could you please let me know if something is wrong with the patch or format I've used to send it so I could fix that. Thanks! 2013/10/31 Nikolay Martynov > Fixes #14325 > > Signed-off-by: Nikolay Mart

[OpenWrt-Devel] AA (3.3.8) and AR9XXX Kernel bug ? (Emergency Thaw)

2013-11-07 Thread cmsv
AA DISTRIB_REVISION="r38621" In the past few days i may have stumble on a possible kernel bug that has effect on AR9xxx From all routers that i have been using to test the compiled images only 3 fully works apparently without problems while the others end up by freezing after some time. The diff

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: add My Net Wi-Fi Range Extender device

2013-11-07 Thread Gabor Juhos
2013.11.02. 21:14 keltezéssel, Christian Lamparter írta: > This patch adds a new device definition for a > Western Digital device. The hardware seems to > be based on Qualcomm Atheros DB120 design. > > Signed-off-by: Christian Lamparter Applied with some changes. Thanks, Gabor _

Re: [OpenWrt-Devel] [PATCH 1/2] tools: adapt addpattern for WD's Range Extender

2013-11-07 Thread Gabor Juhos
2013.11.02. 21:13 keltezéssel, Christian Lamparter írta: > A few things had to be changed to add support for these devices: > - support code patterns with 8 characters > - new board definition for the range extender device > > Signed-off-by: Christian Lamparter Applied. Thanks, Gabor

Re: [OpenWrt-Devel] zram backport for Attitude Adjustment

2013-11-07 Thread Hauke Mehrtens
On 11/07/2013 12:08 AM, Fernando Frediani wrote: > Hi Hauke, > > What you mean by zram worked differently ? As far as I know zram > (previously known as compcache) has been merged to the Linux Kernel at > 3.2 so it should be there on 3.3 as well (check drivers/staging/zram). In Kernel 3.3 zram de

Re: [OpenWrt-Devel] [PATCH 0/2] Initial NAND support for WNDR4300

2013-11-07 Thread Gabor Juhos
Hi Stefan, <...> >> Correct. I had to modify ubox to make it work correctly with JFFS2 on >> emulated >> MTD devices. > On my device, when using ubox without any patchs, I get errors, but it > worked somehow... Weird. For me it was working only at the first boot after flashing the image, but a

[OpenWrt-Devel] [PATCH 2/2] lantiq: DGN3500 fixups

2013-11-07 Thread Daniel Gimpelevich
Just fixing up a few things for the Netgear DGN3500. Signed-off-by: Daniel Gimpelevich Index: target/linux/lantiq/dts/DGN3500.dtsi === --- a/target/linux/lantiq/dts/DGN3500.dtsi (revision 38679) +++ b/target/linux/lantiq/dts/DGN

[OpenWrt-Devel] [PATCH 1/2] mtd_get_mac_ascii bugfix

2013-11-07 Thread Daniel Gimpelevich
The mtd_get_mac_ascii utility function was broken. This fixes it. Signed-off-by: Daniel Gimpelevich Index: package/base-files/files/lib/functions.sh === --- a/package/base-files/files/lib/functions.sh (revision 38679) +++ b/package/b

[OpenWrt-Devel] [packages] sound/mpd: update to mpd 0.16.8

2013-11-07 Thread Dirk Neukirchen
updating to latest mpd requres more work on dependencies (libmms,libaudiofile,libstdcpp) - mpd isn't hosted on sourceforge anymore - fix: https://dev.openwrt.org/ticket/14422 Issue 1: could not replicate Issue 2: update to last mpd 0.16 series fixes compile, its linked to ffmpeg version Signed-

[OpenWrt-Devel] [PATCH 1/1]odhcp6c: Server unicast option support

2013-11-07 Thread Hans Dedecker
The patch implements server unicast option support as described in RFC3315 paragraphs 18.1 and 22.12; tested against an ISC DHCPv6 server implementation Signed-off-by: Hans Dedecker --- src/dhcpv6.c | 49 -- src/odhcp6c.c | 65 +++

[OpenWrt-Devel] [PATCH 0/1]odhcp6c: Extended message validation support and error hardening

2013-11-07 Thread Hans Dedecker
The patch adds addtional message validation supports as described in RFC3313 paragraph 15. Additional the patch implements error checks when socket primitives are called and some other small bugfixes. Signed-off-by: Hans Dedecker --- src/dhcpv6.c | 166 +

Re: [OpenWrt-Devel] ADSL Drivers

2013-11-07 Thread Ernesto
Dear Rafal, Thanks for your answer. I understand your point and agree with you 100%. But what if I wanted to contact lorema anyway? Or any other user of whom I only had username? What should I do? Regards. El 07/11/2013 10:58, Rafał Miłecki escribió: 2013/11/6 Ernesto : I've read on http://

Re: [OpenWrt-Devel] ADSL Drivers

2013-11-07 Thread Rafał Miłecki
2013/11/6 Ernesto : > I've read on http://wiki.openwrt.org/inbox/adsl_support that a user named > lorema is making progress towards open ADSL drivers. I'd like to contact him > to ask information about how to replicate his experiences, but I don't know > how to find his email. > > Where do you find

[OpenWrt-Devel] [PATCH] Introduce 802.11ac support

2013-11-07 Thread Matti Laakso
Since the ath10k driver is getting along nicely, I reckon its time to get proper 802.11ac support to OpenWrt. This patch introduces 802.11ac support to base-files, mac80211 and hostapd. Since the changes overall are rather small, I decided to put everything in a single patch. Let me know if you p

[OpenWrt-Devel] [PATCH] ar71xx: Compex WPE72 network leds, button and partition change for AA.

2013-11-07 Thread Aleksandr Kolesnik
Sorry, last patch has mistake. This patch add two network leds, which wasn't included before. Change button problem by adding active_low value. Adding compex partition table changes for AA. https://dev.openwrt.org/ticket/14096 https://dev.openwrt.org/ticket/12475 Signed-off-by: Aleksandr Kolesn