Re: [OpenWrt-Devel] [buildbot breakage] ramips / ramips.rt3883 since 42807

2014-10-10 Thread John Crispin
On 10/10/2014 07:58, Dirk Neukirchen wrote: Browsing the buildbots I saw both ramips and ramips.rt3883 [1],[2] fail with: drivers/i2c/busses/i2c-ralink.c:31:26: fatal error: linux/of_i2c.h: No such file or directory #include linux/of_i2c.h linux/of_i2c.h is introduced in:

Re: [OpenWrt-Devel] [PATCH] [dnsmasq] support enforced start-IP, end-IP, netmask

2014-10-10 Thread Thomas Hühn
Hi Basti, I support your changes to dnsmaq init, as this addresses a real use-case to enhance wireless roaming in our Freifunk mesh as well. Greetings Thomas On 09.10.2014, at 17:07, Bastian Bittorf bitt...@bluebottle.com wrote: [dnsmasq] support enforced start-IP, end-IP, netmask there

[OpenWrt-Devel] [PATCH] at91: fix at91-adc dependencies

2014-10-10 Thread Dirk Neukirchen
Error reported by buildbot: Package kmod-at91-adc is missing dependencies for the following libraries: input-core.ko only compile tested Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/at91/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- package/kernel/lantiq/ltq-vdsl-fw/Makefile |2 +- package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh | 10 +- package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c |2 +- 3 files changed, 7 insertions(+),

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread John Crispin
and that works ? last i tried on 32 or 34 and it failed horribly ... On 10/10/2014 14:54, Eddi De Pieri wrote: Signed-off-by: Eddi De Pieri e...@depieri.net --- package/kernel/lantiq/ltq-vdsl-fw/Makefile |2 +- package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh |

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread thomas.langer
Hi John, maybe you can try this together with the driver update you reverted again? I know that there are sometimes dependencies which are not obvious. I don't have more details on this, maybe I can check for the versions with my colleague, when he is back from vacation. Best Regards, Thomas

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread Eddi De Pieri
Formally this patch is good for me but I have no dsl connection and here is annexa. Someone can try this out? Regards. Eddi On Fri, Oct 10, 2014 at 2:54 PM, Eddi De Pieri e...@depieri.net wrote: Signed-off-by: Eddi De Pieri e...@depieri.net --- package/kernel/lantiq/ltq-vdsl-fw/Makefile

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread John Crispin
Hi, the driver works for me with the current firmware. if lantiq has an interest in an update then feel free to send patches. John On 10/10/2014 15:21, thomas.lan...@lantiq.com wrote: Hi John, maybe you can try this together with the driver update you reverted again? I know that there

Re: [OpenWrt-Devel] x86_64 option is now missing - help!

2014-10-10 Thread Ning Ye
Yes, x86_64 needs a lot of clean up to do. It’s a lot big and including too many unused modules in the kernel. Thanks. Ning From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of William Haynes Sent: Thursday, October 09, 2014 12:17 PM To: Dirk Neukirchen Cc:

[OpenWrt-Devel] [PATCH 1/2] netifd : Line up device.h include guard

2014-10-10 Thread Hans Dedecker
Signed-off-by: Hans Dedecker dedec...@gmail.com --- device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.h b/device.h index 08a3055..73b2656 100644 --- a/device.h +++ b/device.h @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

[OpenWrt-Devel] [PATCH][package] netifd: Make mtu configurable of dynamic 6rd tunnel interface

2014-10-10 Thread Hans Dedecker
Patch allows to configure the mtu of the dynamic 6rd tunnel interface when created by dhcp script. In some setups it's desirable to have config control over the 6rd tunnel mtu to maximize the traffic throughput Signed-off-by: Hans Dedecker dedec...@gmail.com ---

Re: [OpenWrt-Devel] Barrier Breaker 14.07 Final

2014-10-10 Thread Ben Mulvihill
Congratulations! (a little late ...) On Thu, 2014-10-02 at 14:59 +0200, Steven Barth wrote: The OpenWrt developers are proud to announce the final release of OpenWrt Barrier Breaker. ___ __ | |.-.-.-.| | | |..| |_ |

Re: [OpenWrt-Devel] Q: update kernel from 3.10.49 to 3.10.57 (Bastian Bittorf)

2014-10-10 Thread Alive
i would like to update the kernel, but just changing the entry in 'target/linux/ar71xx/Makefile' to LINUX_VERSION:=3.10.57 will not work, because some patches cannot be applied anymore. (it works without probs till 3.10.55). the question is: can somebody give me a hint about the

[OpenWrt-Devel] [PATCH] [packages] SSTP-Client: added new package version 1.0.9

2014-10-10 Thread Federico Di Marco
From: Federico Di Marco fede...@gmail.com Body of explanation: A new package has been added in packages feed under net/sstp-client directory, porting a simple SSTP client for Linux (please see http://sstp-client.sourceforge.net) to OpenWRT. There was also an old ticket requesting the porting of

[OpenWrt-Devel] [PATCHv2] Build 8M image for 7Links PX-4885

2014-10-10 Thread Cezary Jackiewicz
7Links PX-4885 (clones) can also be purchased with 8MB flash. Creating images for these routers, use dtsi for common part Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/dts/PX4885.dts b/target/linux/ramips/dts/PX4885.dts deleted file mode

[OpenWrt-Devel] [PATCH 0/8] BB (BACKPORT) - VGV7519 with working leds and wifi

2014-10-10 Thread Eddi De Pieri
Eddi De Pieri (8): vgv7519: backport vgv7519 dts lantiq: fix pinctrl-xway lantiq: remove strip-fcs patch that seems to introduce regression on multiple devices vgv7519: extract wifi firmware from mtd mac80211: add support for rf5362 (needed by vgv7519 wifi) lantiq: enable pci bus

[OpenWrt-Devel] [PATCH 2/8] BB (BACKPORT) - lantiq: fix pinctrl-xway

2014-10-10 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- .../lantiq/patches-3.10/0150-lantiq-pinctrl-xway.patch | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 target/linux/lantiq/patches-3.10/0150-lantiq-pinctrl-xway.patch diff --git

[OpenWrt-Devel] [PATCH 6/8] BB (BACKPORT) - lantiq: enable pci bus

2014-10-10 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/xrx200/config-default |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index 09dfbdd..89afcf9 100644 ---

[OpenWrt-Devel] [PATCH 8/8] BB (BACKPORT) - lantiq: start using device-tree on ifxmips_pcie

2014-10-10 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- .../0151-lantiq-ifxmips_pcie-use-of.patch | 51 1 file changed, 51 insertions(+) create mode 100644 target/linux/lantiq/patches-3.10/0151-lantiq-ifxmips_pcie-use-of.patch diff --git

[OpenWrt-Devel] [PATCH 7/8] BB (BACKPORT) - vgv7519: fix irq and disable pcie

2014-10-10 Thread Eddi De Pieri
Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 05c8aea..9af08a7 100644 ---

[OpenWrt-Devel] Linksys / Belkin - WRT1900AC

2014-10-10 Thread Fernando Frediani
Is anyone using/working on this router so far ? There has been a lot of discussion on the list in the past about it as the promised successor of famous WRT54G. I got one of these a while ago and since them I have been in contact several times with some people Linksys/Belkin team who was

Re: [OpenWrt-Devel] [PATCH] kernel: gpio: pca953x: backport gpio input fix

2014-10-10 Thread Hartmut Knaack
Pushpal Sidhu schrieb am 09.10.2014 02:51: This fix is for anyone on 3.10 using the pca953x driver. A regression was introduced when this driver was converted to using 8-bit reads/writes the bitmask in pca953x_gpio_get_value wasn't adjusted with the modulus BANK_SZ and consequently looks at

Re: [OpenWrt-Devel] OpenWRT support for MPR-A1

2014-10-10 Thread Paul Fertser
Hi, Stefan Monnier monn...@iro.umontreal.ca writes: AFAICT OpenWRT comes with some support for the Hame MPR-A1 thingy (although its 16MB of RAM and 4MB of flash probably prevent it from being fully supported). All the recent 2G/3G/4G WiFi routers (both with and without batteries) I and my