[OpenWrt-Devel] [PATCH 2/2] rtorrent 0.9.2 update

2013-07-23 Thread Peter Wagner
this patches updates rtorrent to 0.9.2 Signed-off-by: Peter Wagner diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 7dad009..d8d2414 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtorrent -PKG_VERSION:=0.8.

[OpenWrt-Devel] [PATCH 1/2] libtorrent 0.13.2 update

2013-07-23 Thread Peter Wagner
this patches updates libtorrent to 0.13.2 Signed-off-by: Peter Wagner diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 42c0ee1..aaa0dde 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent -

Re: [OpenWrt-Devel] [PATCH 2/2] [v2] rtorrent 0.9.2 update

2013-07-23 Thread Peter Wagner
this patches updates rtorrent to 0.9.2 removes accidently added debug stuff Signed-off-by: Peter Wagner diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 7dad009..dac4b62 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-23 Thread John Crispin
On 23/07/13 02:10, jonsm...@gmail.com wrote: I'm happy with whatever we pick, it isn't hard to edit them. How about this... AWM002.dtsi -- the module (with m25p80 flash specified) AWM002-EVB.dtsi -- the baseboard AWM002-EVB-4M.dts -- these include the first two and add the specific flash flash

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-23 Thread Jonas Gorski
On Tue, Jul 23, 2013 at 2:10 AM, jonsm...@gmail.com wrote: > On Mon, Jul 22, 2013 at 6:00 PM, Jonas Gorski wrote: >> On Mon, Jul 22, 2013 at 9:38 PM, John Crispin wrote: >>> On 22/07/13 21:37, jonsm...@gmail.com wrote: Here's a photo - you can see how it is a module mounted on a basebo

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-23 Thread jonsm...@gmail.com
On Tue, Jul 23, 2013 at 6:01 AM, John Crispin wrote: > On 23/07/13 02:10, jonsm...@gmail.com wrote: >> >> I'm happy with whatever we pick, it isn't hard to edit them. >> >> How about this... >> AWM002.dtsi -- the module (with m25p80 flash specified) >> AWM002-EVB.dtsi -- the baseboard >> AWM002-EV

[OpenWrt-Devel] [Patch] ramips: fix HG255D VLAN initial detect issue

2013-07-23 Thread Leon Xu
Signed-off-by: Leon Xu --- --- trunk/target/linux/ramips/base-files/etc/uci-defaults/02_network 2013-07-23 20:23:33.147107880 +0800 +++ trunk.old/target/linux/ramips/base-files/etc/uci-defaults/02_network 2013-07-23 18:57:38.898526000 +0800 @@ -86,6 +86,7 @@ f5d8235-v1 | \

Re: [OpenWrt-Devel] [Patch] ramips: fix HG255D VLAN initial detect issue

2013-07-23 Thread John Crispin
On 23/07/13 14:38, Leon Xu wrote: Signed-off-by: Leon Xu --- --- trunk/target/linux/ramips/base-files/etc/uci-defaults/02_network 2013-07-23 20:23:33.147107880 +0800 +++ trunk.old/target/linux/ramips/base-files/etc/uci-defaults/02_network 2013-07-23 18:57:38.898526000 +0800 @@ -86,6 +

Re: [OpenWrt-Devel] [PATCHv2] minidlna: update to 1.1.0

2013-07-23 Thread Catalin Patulea
Cezary, could you post your full minidlna package for comparison? I could not find it in your packages repo on github. On Tue, Jul 23, 2013 at 12:31 AM, Cezary Jackiewicz wrote: > Dnia 2013-07-22, o godz. 21:52:42 > Catalin Patulea napisał(a): > >> Based on original patch from alpha sparc . >> >

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-23 Thread Abdennaby Ayyari
Hi. The flash is in the moule. Here is the patch for AWM002 https://github.com/ayyaris/ayyar Ayyari Il giorno 23/lug/2013, alle ore 06:01, John Crispin ha scritto: > On 23/07/13 02:10, jonsm...@gmail.com wrote: >> I'm happy with whatever we pick, it isn't hard to edit them. >> >> How abou

[OpenWrt-Devel] [PATCH v4] authsae 80211s authentication daemon

2013-07-23 Thread Etienne Champetier
This patch adds authsae open80211s authentication daemon (http://open80211s.org) It's a rework of Peter Naulls patch (http://patchwork.openwrt.org/patch/1350/) I've excluded the sample conf file as it's useless when used with mac80211.sh (Emanuel Taube patch) Authsae is 58 Ko (OPENSSL_WITH_EC opti

[OpenWrt-Devel] [PATCH v3] authsae: adapt uci scripts to use authsae

2013-07-23 Thread Etienne Champetier
This patch modifies the uci scripts to be able to start meshd-nl80211 for encrypted mesh networks, therefor a new script (authsae.sh) is inserted. Signed-off-by: Emanuel Taube [etienne.champet...@free.fr: just update mac80211.sh path] Signed-off-by: Etienne CHAMPETIER diff --git a/package/kerne

[OpenWrt-Devel] [PATCH v3] authsae: adapt uci scripts to use authsae

2013-07-23 Thread Etienne Champetier
From: Emanuel Taube This patch modifies the uci scripts to be able to start meshd-nl80211 for encrypted mesh networks, therefor a new script (authsae.sh) is inserted. Signed-off-by: Emanuel Taube [etienne.champet...@free.fr: just update mac80211.sh path] Signed-off-by: Etienne CHAMPETIER diff

[OpenWrt-Devel] [PATCH] [packages] AllJoyn: New package (updated)

2013-07-23 Thread Steve Kinneberg
from: AllJoyn Project (Qualcomm Innovation Center, Inc.) Add AllJoyn v. 3.3.2 as a new package to OpenWrt. AllJoyn is a peer-to-peer networking technology. Project details can be found at http://www.alljoyn.org. Signed-off-by: Steve Kinneberg --- This is an updated version of AllJoyn from my

[OpenWrt-Devel] fwknop package update

2013-07-23 Thread Jonathan Bennett
The following patch updates fwknop to the newest release, v 2.5. I`m not familiar with the standard procedures for package updates after the official release. If possible, it would be great to update the package in 12.09 as well. Signed-off-by: Jonathan Bennett diff --git a/net/fwknop/Makefile

Re: [OpenWrt-Devel] [PATCH] Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.

2013-07-23 Thread jonsm...@gmail.com
So have we made a decision on how to structure this? It doesn't really matter to me, I will go along with anything we pick. On Tue, Jul 23, 2013 at 12:15 PM, Abdennaby Ayyari wrote: > Hi. The flash is in the moule. > > Here is the patch for AWM002 > > https://github.com/ayyaris/ayyar > > > Ayyar

Re: [OpenWrt-Devel] [PATCH] Initial support for AirLive AIR3GII

2013-07-23 Thread Daniel Gimpelevich
On Thu, 2012-11-22 at 15:08 +0100, Cezary Jackiewicz wrote: > AirLive AIR3GII is Ralink RT5350F based device with 100Mbps switch, USB port, > 4MB flash and 32MB ram. > > Works: ethernet (LAN & WAN), wps button, led, USB, sysupgrade > Does not work: wifi (chip RT5350), reset button > > [ 13.39

Re: [OpenWrt-Devel] fwknop package update

2013-07-23 Thread Etienne Champetier
Hi Le 24/07/2013 02:10, Jonathan Bennett a écrit : > The following patch updates fwknop to the newest release, v 2.5. I`m not > familiar with the standard procedures for package updates after the official > release. If possible, it would be great to update the package in 12.09 as > well. > > Si