Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-26 Thread Matti Laakso
Hi Sami, Well this is what John told me: try /dev/cdc-wdm0 as a device or simply do config interface option proto wwan option apn opengate the new wwan proto will automagically detect your needed prot and device I had also tried this and variations, but same resuls: config interface

Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-26 Thread John Crispin
*cough* fixed in r43071 On 26/10/2014 15:06, Matti Laakso wrote: Hi Sami, Well this is what John told me: try /dev/cdc-wdm0 as a device or simply do config interface option proto wwan option apn opengate the new wwan proto will automagically detect your needed prot and device I had

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-26 Thread Rafał Miłecki
On 24 October 2014 23:05, Daniel Petre daniel.pe...@gmail.com wrote: On 24/10/14 23:41, Felix Fietkau wrote: On 2014-10-24 22:36, Bastian Bittorf wrote: All platforms which are using 3.10.x at the moment are upgraded. Changelogs:

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-26 Thread Daniel Petre
On 26/10/14 21:00, Rafał Miłecki wrote: On 24 October 2014 23:05, Daniel Petre daniel.pe...@gmail.com wrote: On 24/10/14 23:41, Felix Fietkau wrote: On 2014-10-24 22:36, Bastian Bittorf wrote: All platforms which are using 3.10.x at the moment are upgraded. Changelogs:

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-26 Thread Rafał Miłecki
On 26 October 2014 20:11, Daniel Petre daniel.pe...@gmail.com wrote: On 26/10/14 21:00, Rafał Miłecki wrote: On 24 October 2014 23:05, Daniel Petre daniel.pe...@gmail.com wrote: On 24/10/14 23:41, Felix Fietkau wrote: On 2014-10-24 22:36, Bastian Bittorf wrote: All platforms which are

[OpenWrt-Devel] mpc85xx: fix WAN/LAN-MAC for TP-LINK TL-WDR4900 v1

2014-10-26 Thread Matt Jo
Hello ladies and gentlemen, is it possible to include this changeset in the BarrierBreaker branch? https://dev.openwrt.org/changeset/43074/ Thank you :) Matt ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] mpc85xx: fix WAN/LAN-MAC for TP-LINK TL-WDR4900 v1

2014-10-26 Thread John Crispin
applied in r43077 On 26/10/2014 21:32, Matt Jo wrote: Hello ladies and gentlemen, is it possible to include this changeset in the BarrierBreaker branch? https://dev.openwrt.org/changeset/43074/ Thank you :) Matt ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/4] ubinize-image: Change the rootfs to a static volume

2014-10-26 Thread Daniel Golle
Hi Maxime, On Thu, Oct 09, 2014 at 05:59:27PM +0200, Maxime Ripard wrote: On boards with large page size, the rootfs we generate might end up using less PEB than the minimum number required by UBI for a dynamic volume. Change the rootfs to a static volume, which removes such a requirement,

[OpenWrt-Devel] PATCH [kernel]: proper support for Edimax uimages

2014-10-26 Thread Tomasz Wasiak
There is support for building proper images for Edimax devices which do have 20 bytes long header before uImage but those images are not bootable without adding extra kernel parameters as firmware partition is not automatically split into kernel, rootfs and rootfs_data. Attached patch is