[OpenWrt-Devel] [PATCH] Bump wget to 1.15. Fixes compilation in buildhost with new perl (bugs 15563 and 15718)

2014-04-27 Thread Hannu Nyman
Compiling wget 1.14 in buildhosts with new perl ( texinfo?) versions may fail. I experienced this with Ubuntu 14.04 x64 (with perl 5.18). Bugs about this: https://dev.openwrt.org/ticket/15718 https://dev.openwrt.org/ticket/15563 The problem has been fixed upstream in wget:

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

2014-04-27 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 on a WNDR3700v2. Signed-off-by: Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca --- Index:

Re: [OpenWrt-Devel] [PATCH] atheros: remove useless get_c0_compare_int fix

2014-04-27 Thread Felix Fietkau
On 2014-04-18 22:22, Sergey Ryazanov wrote: Remove get_c0_compare_int fix which is useless for latest kernels. What upstream change makes it useless? Tested on Ubnt Bullet2, which could successfully boot without this workaround. I think both AR2135 and AR5312 should be tested. I don't remember

[OpenWrt-Devel] [RFC] package uqmi for OpenWrt

2014-04-27 Thread Matti Laakso
I wanted to get an LTE dongle which uses the QMI protocol working in my router, but didn't have enough space for libqmi. Luckily, Felix had developed uqmi [1], which turned out to work nicely. I made a protocol script for netifd, and some other changes, which you see below. Now my questions: -

Re: [OpenWrt-Devel] [PATCH] brcm47xx: select correct hotplug module by default

2014-04-27 Thread Hauke Mehrtens
On 04/17/2014 10:43 PM, Rafał Miłecki wrote: Arch code for bcm47xx uses gpio_keys which results in buttons generating input events. This means we need kmod-button-hotplug which works as input_handler. Signed-off-by: Rafał Miłecki zaj...@gmail.com Nack We use kmod-gpio-button-hotplug to

Re: [OpenWrt-Devel] [RFC] package uqmi for OpenWrt

2014-04-27 Thread Bjørn Mork
Matti Laakso malaa...@elisanet.fi writes: I wanted to get an LTE dongle which uses the QMI protocol working in my router, but didn't have enough space for libqmi. Luckily, Felix had developed uqmi [1], which turned out to work nicely. I made a protocol script for netifd, and some other

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

2014-04-27 Thread Hauke Mehrtens
On 04/27/2014 04:34 PM, Tristan Schmelcher wrote: 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 on a WNDR3700v2. Signed-off-by: Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca

Re: [OpenWrt-Devel] [PATCH] Fix build errors due to missing string function declarations

2014-04-27 Thread Hauke Mehrtens
On 04/25/2014 01:41 PM, Maarten Bezemer wrote: Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c This patch adds the linux/string.h header file to provide these function declarations When does this problem occur? What target are you building? Which

Re: [OpenWrt-Devel] [PATCH][packages] update gnutls to 3.2.13

2014-04-27 Thread Hauke Mehrtens
On 04/23/2014 01:13 AM, Jiří Šlachta wrote: This patch updates gnutls to 3.2.13 and disables the hardware acceleration. It fixes package breakage which might be seen on buildbot logs. Signed-off-by: Jiri Slachta slac...@cesnet.cz --- libs/gnutls/Makefile | 5 +++-- 1 file changed, 3

[OpenWrt-Devel] [PATCH] lcdproc: remove dot and spaces

2014-04-27 Thread Cezary Jackiewicz
Remove the spaces and dots at the end of the line. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: packages/utils/lcdproc/files/LCDd === --- packages/utils/lcdproc/files/LCDd (wersja 40577) +++

Re: [OpenWrt-Devel] [PATCH] Fix build errors due to missing string function declarations

2014-04-27 Thread Maarten Bezemer
On Sunday 27 April 2014 22:31:56 Hauke Mehrtens wrote: On 04/25/2014 01:41 PM, Maarten Bezemer wrote: Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c This patch adds the linux/string.h header file to provide these function declarations When does

Re: [OpenWrt-Devel] [PATCH] Update authsae to latest version

2014-04-27 Thread Hauke Mehrtens
On 04/23/2014 10:18 PM, Etienne CHAMPETIER wrote: Ping tested, add a cool fix https://github.com/cozybit/authsae/commit/295164a83717ce59ca280468fc2f7edcea6b3cbf Signed-off-by: Etienne CHAMPETIER etienne.champet...@free.fr --- package/network/services/authsae/Makefile | 4 ++-- 1 file

Re: [OpenWrt-Devel] [PATCH] brcm47xx: select correct hotplug module by default

2014-04-27 Thread Felix Fietkau
On 2014-04-17 22:43, Rafał Miłecki wrote: Arch code for bcm47xx uses gpio_keys which results in buttons generating input events. This means we need kmod-button-hotplug which works as input_handler. Signed-off-by: Rafał Miłecki zaj...@gmail.com kmod-button-hotplug and kmod-gpio-button-hotplug

Re: [OpenWrt-Devel] [PATCH][packages] ntfs-3g: bump to 2014.2.15

2014-04-27 Thread Hauke Mehrtens
On 04/06/2014 10:37 PM, Rafał Miłecki wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com --- utils/ntfs-3g/Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Thank you for the patch, it was committed with some modifications in r40581. Hauke

Re: [OpenWrt-Devel] [PATCH] aMule 2.3.1

2014-04-27 Thread Hauke Mehrtens
On 03/21/2014 07:52 PM, Massimo Tumminia wrote: aMule 2.3.1 for trunk and the latest Attitude Adjustment Signed-off-by: Massimo Tumminia matummi...@tiscali.it Thany you for your patch, it was applied in r40582 and r40583. Hauke ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Fix build errors due to missing string function declarations

2014-04-27 Thread Hauke Mehrtens
On 04/25/2014 01:41 PM, Maarten Bezemer wrote: Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c This patch adds the linux/string.h header file to provide these function declarations Signed-off-by: Maarten Bezemer maarten.beze...@gmail.com ---

Re: [OpenWrt-Devel] [PATCH] atheros: remove useless get_c0_compare_int fix

2014-04-27 Thread Sergey Ryazanov
2014-04-27 22:43 GMT+04:00 Felix Fietkau n...@openwrt.org: On 2014-04-18 22:22, Sergey Ryazanov wrote: Remove get_c0_compare_int fix which is useless for latest kernels. What upstream change makes it useless? When I faced this patch, I could not find a lot info about this bug, and I done a

Re: [OpenWrt-Devel] Add kernel modules for AFS client

2014-04-27 Thread nwf
Take three. This time, I gave up on the dynamic support of fscache, preferring to always have it compiled in and wired up as a dependency. There's clearly some intended ability to do dynamic dispatch in the makefiles here (see, e.g., the handling of CONFIG_OF), but I couldn't make it work for me