Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-22 Thread David Lang
On Thu, 17 Apr 2014, Gerry Rozema wrote: On 17/04/14 07:54 PM, Matthew Fatheree wrote: I can acknowledge that this process is ongoing, and our engagement with OpenWRT is not yet complete. From the sounds of most of the folks who are OpenWRT, it's not ongoing because it never started. My q

[OpenWrt-Devel] [PATCH] [packages] add opentracker package

2014-04-22 Thread Daniel
support for opentracker was suggested in ticket #7023 it's much tighter than cbtt and got only 20% of cbtt's binary size Signed-off-by: Daniel Golle --- net/opentracker/Makefile | 51 ++ net/opentracker/files/opentracker.init | 20 n

Re: [OpenWrt-Devel] [PATCH] [packages] libxslt: update to version 1.1.28

2014-04-22 Thread Florian Fainelli
2014-03-31 3:17 GMT-07:00 Jiří Šlachta : > Recently updated libxml2 from version 2.7.8 to 2.9.1 breaks > libxslt build. Library libxslt from version 1.1.27 is compatible > with libxml2 2.9.x. > > Signed-off-by: Lukas Macura > Tested-by: Jiri Slachta Applied in r40556, thanks Jiri! -- Florian __

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

2014-04-22 Thread Jiří Šlachta
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 --- libs/gnutls/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/gnutls/Makefile b/libs/gn

[OpenWrt-Devel] [PATCH] cns3xxx: support isolated PCI interrupts on newer PCB's

2014-04-22 Thread Tim Harvey
The cns3xxx uses irq61 for pcie0_intr which in the case of a PCIe-to-PCI bridge ends up combining INTA/B/C/D on a single ARM CPU interrupt. This is not optimal when you have multiple cores. To overcome this limitation an enhancement had been made on newer Laguna PCB's that support miniPCI cards to

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-22 Thread Fernando Frediani
I'm glad these emails threads remain recorded in the archives so they will be useful in the future for people cheated by Linksys/Belkin marketing department if this doesn't get resolved with the same energy that was spent to announce the product. Fernando On 22/04/2014 20:34, Stefan Monnier w

[OpenWrt-Devel] PATCH: add support for GL-Inet V1 boards/routers (take 2)

2014-04-22 Thread maniac . nl
Hello, This version of the e-mail should not be line-wrapped. I've updated a patch, available at https://github.com/alzhao/Openwrt-patches-for-GL.iNet/blob/master/001-gl-38300.patch The patch (also at https://dev.openwrt.org/ticket/15632 ) includes support for the GL-Inet V1 devices. Which are

[OpenWrt-Devel] [PATCH][bcm63xx]: add Livebox 1 firmware image generation

2014-04-22 Thread dani
Currently there isn't images ready for flashing liveboxes boards. This patch adds a script and the code to call it in the bcm63xx images builder makefile to generate the livebox 1 firmware. I removed some lines to avoid generating unneded files in the bin/ dir for this board. And added code

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-22 Thread Stefan Monnier
>I'm not sure if I can adequately address all of your concerns, but I > may be able to clear up some confusion. It seems that there was no confusion at all. The problem is that Belkin/Linksys lied about its involvement with the OpenWRT community and what you're saying confirms it. The reacti

[OpenWrt-Devel] [PATCH] cns3xxx: ethernet - revert: clean up tx descs only when needed

2014-04-22 Thread Tim Harvey
This reverts commit 0772ab938c0aedd7f4cc7127059d6ce8cf929dfa. Trying to optimize calls to eth_complete_tx in this fasion causes a regression where when sending only the tx queue can get disabled until a packet is received. This original call to eth_schedule_poll() is scheduled so it should not cau

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

2014-04-22 Thread Zoltan HERPAI
Hi Nathaniel, nwf wrote: Fixed; while here I took the liberty of making an FSCACHE option and splitting out the AFS FSCACHE flag to its own knob. Getting there, getting there - with the fscache splitted out, some tweaks are needed yet, comments inline. diff --git a/package/kernel/linux/mo

[OpenWrt-Devel] ppp: allow to set PPP interface name via config

2014-04-22 Thread Ulrich Weber
allows to set PPP interface name manually via new network interface option pppname. If not set, default naming will be used (e.g. pppoe-eth0) Signed-off-by: Ulrich Weber --- package/network/services/ppp/files/ppp.sh | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packag

[OpenWrt-Devel] [PATCH] Kernel support for USB_NET_CDC_EEM and USB_NET_CDC_SUBSET

2014-04-22 Thread Ulrich Weber
needed for Android USB Tethering Signed-off-by: Ulrich Weber --- package/kernel/linux/modules/usb.mk | 32 1 file changed, 32 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 882809f..f4fecd6 100644 ---

[OpenWrt-Devel] [PATCH] netifd: store DHCP options

2014-04-22 Thread Jiří Šlachta
This patch allows to store obtained DHCP options per interface in netifd. Signed-off-by: Lukas Macura Tested-by: Jiri Slachta --- .../config/netifd/files/lib/netifd/dhcp.script | 23 +- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/package/network/config

Re: [OpenWrt-Devel] [PATCH] lantiq: BT Home Hub 2B - overlayfs on top of ubi

2014-04-22 Thread Ben Mulvihill
On Tue, 2014-04-22 at 09:52 +0200, John Crispin wrote: > > On 21/04/2014 19:44, Ben Mulvihill wrote: > > - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit > > rootfstype=squashfs,jffs2"; + // uncomment for overlayfs on > > top of > > ubi + bootargs = "

Re: [OpenWrt-Devel] [PATCH] lantiq: BT Home Hub 2B - overlayfs on top of ubi

2014-04-22 Thread John Crispin
On 21/04/2014 19:44, Ben Mulvihill wrote: > - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit > rootfstype=squashfs,jffs2"; + // uncomment for overlayfs on top of > ubi + bootargs = "console=ttyLTQ0,115200 init=/etc/preinit > ubi.mtd=rootfs_ubi,256 root=/dev/mtdbl