[OpenWrt-Devel] [PATCH] ltq-adsl-mei: improve memory allocation

2014-02-08 Thread Matti Laakso
The ltq-adsl-mei driver allocates memory for the ADSL firmware in a rather stupid way, leading to several 128k allocations, which fail when many services are enabled. This patch tries to allocate 64 kiB chunks, and only falls back to larger allocations if the returned pointers are not correctly ali

[OpenWrt-Devel] [PATCH] new kernel module: usb-net-kalmia

2014-02-08 Thread Matti Laakso
This patch adds a new kernel module for Samsung USB LTE modems. Signed-off-by: Matti Laakso --- Index: trunk/package/kernel/linux/modules/usb.mk === --- trunk/package/kernel/linux/modules/usb.mk (revision 39530) +++ trunk/package/

[OpenWrt-Devel] [PATCH v2] Enable kmod-hid-generic driver when selecting usb-hid

2014-02-08 Thread Álvaro Fernández Rojas
kmod-hid-generic needs to be selected when enabling usb-hid in order to get generic devices working. This fixes keyboards support in linux 3.3+ kernels. https://dev.openwrt.org/ticket/12631 https://dev.openwrt.org/ticket/12686 Signed-off-by: Álvaro Fernández Rojas --- v2: Fix recursive dependen

Re: [OpenWrt-Devel] Support for USB LTE modems Samsung GT-B3730 / GT-B3710 / GT-B3740

2014-02-08 Thread Matti Laakso
> On Fri, Jan 24, 2014 at 9:57 AM, Matti Laakso > wrote: > > >/ To get it to build just add a declaration to > />/ > />/ trunk/package/kernel/linux/modules/usb.mk > />/ > />/ like this: > />/ > />/ define KernelPackage/usb-net-kalmi

Re: [OpenWrt-Devel] [PATCH] kernel/generic-3.12: don't remove Intel-specific XHCI quirks

2014-02-08 Thread Hauke Mehrtens
On 02/07/2014 10:56 AM, Daniel wrote: > The symbols are required to build the xhci-pci module. > Probably this applies to kernel 3.13 as well, however, I only had the > chance to test on 3.12. > --- > .../generic/patches-3.12/811-pci_disable_usb_common_quirks.patch | 9 > - > 1 file chang

Re: [OpenWrt-Devel] [PATCH V2] [packages] libqmi: update to 1.8.0

2014-02-08 Thread Hauke Mehrtens
On 02/07/2014 09:28 AM, Dirk Neukirchen wrote: > On 06.02.2014 23:42, Hauke Mehrtens wrote: >> On 12/12/2013 07:05 PM, Tim Harvey wrote: >>> Signed-off-by: Tim Harvey >>> --- > >> There is no libqmi-1.8.0.tar.xz on the gnome ftp server. >> >> This url returns 404: >> http://ftp.gnome.org/pub/GNOM

Re: [OpenWrt-Devel] [PATCH] new kernel module: usb-net-kalmia

2014-02-08 Thread Hauke Mehrtens
On 02/08/2014 02:16 PM, Matti Laakso wrote: > This patch adds a new kernel module for Samsung USB LTE modems. > > Signed-off-by: Matti Laakso > --- > Thank you for the patch, it was applied in r39535. Hauke ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] [PATCH] umurmur: version 0.2.13

2014-02-08 Thread Hauke Mehrtens
On 11/14/2013 06:22 AM, Daniel Golle wrote: > --- > net/umurmur/Makefile | 4 +- > net/umurmur/patches/100-polarssl_backport.patch| 74 --- > .../patches/110-reduced_polarssl_support.patch | 141 > - > 3 files changed, 2 inserti

Re: [OpenWrt-Devel] [PATCH] [packages] perl-www: Bump to 5.837

2014-02-08 Thread Hauke Mehrtens
On 11/23/2013 06:14 PM, Robert Högberg wrote: > Package perl-www-mechanize requires perl-www version 5.829 or later to > work, so bump perl-www to 5.837. > > If another 12.09 release is coming I suggest merging this to AA also > since perl-www-mechanize is broken there also. > > Signed-off-by: Ro

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

2014-02-08 Thread Hauke Mehrtens
On 11/07/2013 04:53 PM, Dirk Neukirchen wrote: > 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.

Re: [OpenWrt-Devel] [PATCH] [packages] mosh

2014-02-08 Thread Hauke Mehrtens
On 11/03/2013 06:53 AM, Kyle Anderson wrote: > This adds mosh-full, mosh-server, and mosh-client packages. > > The Entware team has already done the hard work: > http://code.google.com/p/wl500g-repo/source/browse/feeds/rtndev/mosh/Makefile?r=1220 > > All I added was a patch to disabled the check

Re: [OpenWrt-Devel] [PATCH] [packages] mosh

2014-02-08 Thread Outback Dingo
On Sat, Feb 8, 2014 at 1:22 PM, Hauke Mehrtens wrote: > On 11/03/2013 06:53 AM, Kyle Anderson wrote: > > This adds mosh-full, mosh-server, and mosh-client packages. > > > > The Entware team has already done the hard work: > > > http://code.google.com/p/wl500g-repo/source/browse/feeds/rtndev/mosh/