[OpenWrt-Devel] [PATCH] bcm53xx: add restart support

2014-07-30 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- .../131-ARM-BCM5301X-add-restart-support.patch | 74 ++ 1 file changed, 74 insertions(+) create mode 100644 target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch diff --git a/target/linux/bcm53xx/patches-3.14/131-

[OpenWrt-Devel] [PATCH] [ar71xx] oolite: corrected directionality of button GPIOs

2014-07-30 Thread Brent Thomson
The reset button on the GS-Oolite v1.0 was reversed. That is, it registered `release' when first depressed and `press' when released. This resulted in the device being sent back to factory defaults the instant the button was depressed (because the `press' time was zero and the resulting interval wa

Re: [OpenWrt-Devel] Make phy fixups patch generic

2014-07-30 Thread Sergey Ryazanov
Hi Florian, 2014-07-31 2:14 GMT+04:00 Florian Fainelli : > Hi Sergey, > > 2014-07-30 15:09 GMT-07:00 Sergey Ryazanov : >> Hello Hauke, >> >> could you move your patch, which fix fixups call [1] from brcm47xx >> target to the generic patches, since mvswitch driver suffers from the >> same problem?

Re: [OpenWrt-Devel] Make phy fixups patch generic

2014-07-30 Thread Florian Fainelli
Hi Sergey, 2014-07-30 15:09 GMT-07:00 Sergey Ryazanov : > Hello Hauke, > > could you move your patch, which fix fixups call [1] from brcm47xx > target to the generic patches, since mvswitch driver suffers from the > same problem? > > 1. > https://dev.openwrt.org/browser/trunk/target/linux/brcm47x

[OpenWrt-Devel] Rebuilding qemu depending on glib-2

2014-07-30 Thread Ning Ye
I am trying to rebuild qemu-img with the latest stable version 2.0.0. I can build it on my host, but it depends on glib2 and libffi, which are under feeds/packages/libs/ How can I make sure those feeds are downloaded and build for qemu, which is under tools? I would hate to duplicate the glib2 t

[OpenWrt-Devel] Make phy fixups patch generic

2014-07-30 Thread Sergey Ryazanov
Hello Hauke, could you move your patch, which fix fixups call [1] from brcm47xx target to the generic patches, since mvswitch driver suffers from the same problem? 1. https://dev.openwrt.org/browser/trunk/target/linux/brcm47xx/patches-3.14/960-fix-phy-device.patch -- BR, Sergey ___

[OpenWrt-Devel] [PATCH] ramips: Fix LEDs on the Kingston MLW221

2014-07-30 Thread L. D. Pinney
From: L. D. Pinney LED Fix up for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 0887606..4cd5

[OpenWrt-Devel] [PATCH 3/3] netifd: GRE tunnel support

2014-07-30 Thread Hans Dedecker
Adds support for gre, gretap, grev6 and grev6tap tunnels Signed-off-by: Hans Dedecker --- system-dummy.c |2 +- system-linux.c | 190 +--- system.c |1 + system.h |3 +- tunnel.c |2 +- 5 files changed, 186 in

[OpenWrt-Devel] [PATCH 2/3] netifd: Allow to add link devices which can be marked as non external

2014-07-30 Thread Hans Dedecker
Signed-off-by: Hans Dedecker --- interface.c | 14 -- interface.h |3 +-- ubus.c | 29 +++-- wireless.c |2 +- 4 files changed, 33 insertions(+), 15 deletions(-) diff --git a/interface.c b/interface.c index ed60959..8627d97 100644 --- a/inte

[OpenWrt-Devel] [PATCH 1/3] netifd: Set device down based on being a non external device in device_release

2014-07-30 Thread Hans Dedecker
Line up the device state manipulation by checking the external device parameter consistent and not the hotplug device parameter Signed-off-by: Hans Dedecker --- device.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.c b/device.c index b16f156..26b020f 100644 ---

[OpenWrt-Devel] [PATCH] gre: Generic Routing Encapsulation package support

2014-07-30 Thread Hans Dedecker
The package supports Generic Routing Encapsulation support by registering following protocol kinds: -gre -gretap -grev6 -grev6tap Following options are valid for gre and gretap kinds: -ipaddr -peeraddr -df -mtu -ttl -tunlink -zone -ikey -okey

[OpenWrt-Devel] [PATCH] odhcp6c: Fix white space typo in dhcpv6.script

2014-07-30 Thread Hans Dedecker
Signed-off-by: Hans Dedecker --- package/network/ipv6/odhcp6c/files/dhcpv6.script |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.script b/package/network/ipv6/odhcp6c/files/dhcpv6.script index 68946a3..5ab9a1e 100755 --- a/packag

[OpenWrt-Devel] [PATCH] netifd: suppress fw3 warnings in dhcp script

2014-07-30 Thread Hans Dedecker
Signed-off-by: Hans Dedecker --- .../config/netifd/files/lib/netifd/dhcp.script |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/netifd/files/lib/netifd/dhcp.script b/package/network/config/netifd/files/lib/netifd/dhcp.script index db3fc01..593fb

Re: [OpenWrt-Devel] AllWinner/sunxi platform support status

2014-07-30 Thread Yaroslav Syrytsia
Hi, Have you looked to https://github.com/nekromant/openwrt-sunxi ? 30.07.2014, 13:28, "Derek & Vicky" : > Anyone? > On 07/26/2014 11:25 AM, Derek Werthmuller wrote: >>  I'm looking at using one of the sunxi targets over the rpi for more >>  ram and cpu power. >>  The primary candidate is the Ban

Re: [OpenWrt-Devel] AllWinner/sunxi platform support status

2014-07-30 Thread Derek & Vicky
Anyone? On 07/26/2014 11:25 AM, Derek Werthmuller wrote: I'm looking at using one of the sunxi targets over the rpi for more ram and cpu power. The primary candidate is the Bannana Pi and the cubiboards. Using the A20 processor. For my application I need the Ethernet and USB features to be st

Re: [OpenWrt-Devel] Polipo not pre-compiled in Barrier Breaker rc2?

2014-07-30 Thread Gabriel Kerneis
David, On Wed, Jul 30, 2014 at 10:56:41AM +0100, Gabriel Kerneis wrote: > [Cc: openwrt-devel] > > On Tue, Jul 29, 2014 at 07:32:47PM +0100, David Bonnes wrote: > > On 29 July 2014 17:22, Juliusz Chroboczek > > wrote: > > > > I was unable to test [polipo] on BB rc1 because it is not in the > > >

[OpenWrt-Devel] Polipo not pre-compiled in Barrier Breaker rc2?

2014-07-30 Thread Gabriel Kerneis
[Cc: openwrt-devel] On Tue, Jul 29, 2014 at 07:32:47PM +0100, David Bonnes wrote: > On 29 July 2014 17:22, Juliusz Chroboczek > wrote: > > > I was unable to test [polipo] on BB rc1 because it is not in the > > > list of pre-compiled packages! > > > > Yes it is. Did you forget to run opkg update?