Re: [OpenWrt-Devel] [new package] deluge (+missing dependencies)

2010-03-13 Thread Artur Wronowski
There are some problem with setuptools whie compile deluge http://pastebin.com/4JBqcd8b -- Pozdrawiam, Artur http://artekw.net / GG: 151817 / JID: art...@jabbim.pl http://digi-led.pl ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] AR7240 switch // was: TP-Link TL-WR741ND: broadcasts on ethernet not reaching CPU

2010-03-13 Thread Joerg Albert
On 03/02/2010 12:04 AM, Dennis Bartsch wrote: But my question is left to be answered. Does this bridge which is created over the LAN-ports really mean that the CPU is doing the bridging?? Performance-wise this would be a bad behaviour. Looks like this. With svn r20176 and two PC on LAN ports

Re: [OpenWrt-Devel] AR7240 switch // was: TP-Link TL-WR741ND: broadcasts on ethernet not reaching CPU

2010-03-13 Thread Jonas Gorski
Hi On 13 March 2010 18:31, Joerg Albert j...@gmx.de wrote: I guess we need swconfig support for the built-in switch (if possible). I'll try to adapt the 8216 code. I am currently adapting the ar8216 driver to support the ar8316[1], and therefore it probably the best to combine the effort

[OpenWrt-Devel] [PATCH 4/6] [ifxmips] Fix broken board selection based on chiprev.

2010-03-13 Thread Ithamar R. Adema
Since ifxmips_find_board() uses chiprev to detect what board we're running on, we should retrieve chiprev _first_ and only then call ifxmips_find_board(). Signed-off-by: Ithamar R. Adema ithamar.ad...@team-embedded.nl --- .../linux/ifxmips/files/arch/mips/ifxmips/board.c |4 +++- 1 files

[OpenWrt-Devel] [PATCH 2/6] [ifxmips] Calculate PCI BARMASK11 register value dynamicly.

2010-03-13 Thread Ithamar R. Adema
The PCI BARMASK11 register defines how much memory is accessible from a PCI Master on the PCI bus. This is dependent on the amount of memory installed on the device, so calculate it instead of hardcoding the value for 32M devices. Signed-off-by: Ithamar R. Adema ithamar.ad...@team-embedded.nl

[OpenWrt-Devel] [PATCH 5/6] [ifxmips] Also build jffs2 images with 128k eraseblock size.

2010-03-13 Thread Ithamar R. Adema
Signed-off-by: Ithamar R. Adema ithamar.ad...@team-embedded.nl --- target/linux/ifxmips/image/Makefile |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/target/linux/ifxmips/image/Makefile b/target/linux/ifxmips/image/Makefile index 15e0bc5..67037c9 100644 ---

[OpenWrt-Devel] [PATCH 0/6] ifxmips architecture improvements

2010-03-13 Thread Ithamar R. Adema
This patchset implements PHY support for ifxmips devices, some more PCI controller configurability, and fixes a few bugs. For details, see the individual patches. Ithamar R. Adema (6): [ifxmips] Implement PHY support for ethernet driver. [ifxmips] Calculate PCI BARMASK11 register value

[OpenWrt-Devel] [PATCH 1/6] [ifxmips] Implement PHY support for ethernet driver.

2010-03-13 Thread Ithamar R. Adema
This enables ifxmips-based devices to make use of the switch infrastructure too. Signed-off-by: Ithamar R. Adema ithamar.ad...@team-embedded.nl --- .../ifxmips/patches-2.6.30/130-ethernet.patch | 121 ++-- 1 files changed, 111 insertions(+), 10 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] [ifxmips] Bugfix: do not call request_irq() with interrupts disabled!

2010-03-13 Thread Ithamar R. Adema
This fixes the following BUG: BUG: sleeping function called from invalid context at mm/slab.c:3055 in_atomic(): 0, irqs_disabled(): 1, pid: 253, name: dd 1 lock held by dd/253: #0: (state-mutex){..}, at: [80148294] uart_open+0x7c/0x448 Call Trace: [8000a1ac] dump_stack+0x8/0x34 [8008a72c]

[OpenWrt-Devel] [PATCH] [br2684ctl] Allow UCI configuration of ATM QOS parameters per interface.

2010-03-13 Thread Ithamar R. Adema
Signed-off-by: Ithamar R. Adema ithamar.ad...@team-embedded.nl --- package/br2684ctl/files/br2684ctl |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/br2684ctl/files/br2684ctl b/package/br2684ctl/files/br2684ctl index 739baab..7ba7044 100755 ---

[OpenWrt-Devel] [patch] update Orion CPU to 2.6.32 incl. LED support

2010-03-13 Thread Matthias Buecher / Germany
Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs on LinkSys WRT350Nv2. Signed-off by: Matthias Buecher m...@maddes.net and Dirk Teurlings i...@upexia.nl Several forum members and I are running 2.6.32 on Marvell Orion CPU since January without any problems. Unfortunately

Re: [OpenWrt-Devel] [patch] update Orion CPU to 2.6.32 incl. LED support

2010-03-13 Thread Travis Kemen
Committed in r20185. Sorry for the delay in committing it. Travis On Sat, Mar 13, 2010 at 7:19 PM, Matthias Buecher / Germany m...@maddes.net wrote: Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs on LinkSys WRT350Nv2. Signed-off by: Matthias Buecher m...@maddes.net

Re: [OpenWrt-Devel] [PATCH] openssl: fix parallel build

2010-03-13 Thread Travis Kemen
Committed r20186. Travis 2010/3/8 Raphaël HUCK r...@cksum.org: Hi, this patch fixes openssl parallel build. -Raphael ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] gdb: fix parallel build

2010-03-13 Thread Travis Kemen
Committed r20187. Travis 2010/3/8 Raphaël HUCK r...@cksum.org: Hi, this patch fixes gdb parallel build. -Raphael ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] iptables: fix parallel build

2010-03-13 Thread Travis Kemen
committed r20188. Travis 2010/3/8 Raphaël HUCK r...@cksum.org: Hi, this patch fixes iptables parallel build. -Raphael ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] iproute2: fix parallel build

2010-03-13 Thread Travis Kemen
Committed r20189. Travis 2010/3/8 Raphaël HUCK r...@cksum.org: Hi, this patches fixes iproute2 parallel build. -Raphael ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] fuse 2.8.3 patch

2010-03-13 Thread Travis Kemen
Committed r20190. Travis On Mon, Mar 8, 2010 at 2:10 PM, bud.d...@suisse.org wrote: find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server fuse24 should be

Re: [OpenWrt-Devel] busybox 1.16.0 update patch

2010-03-13 Thread Travis Kemen
We will not update busybox before the next release unless there is a need to. Travis On Tue, Mar 9, 2010 at 10:57 AM, Peter Wagner tripo...@gmx.at wrote: Hi, this is my busybox update patch... please apply greets ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCH] Typo in dhcp-fwd.init

2010-03-13 Thread Travis Kemen
Committed r20191. Travis On Wed, Mar 10, 2010 at 1:51 PM, Stefan Monnier monn...@iro.umontreal.ca wrote: Simple typo.        Stefan Index: net/dhcp-forwarder/files/dhcp-fwd.init === ---

Re: [OpenWrt-Devel] ifb in backfire?

2010-03-13 Thread Daniel Dickinson
On Fri, 2010-03-12 at 14:06 -0600, Bruno Wolff III wrote: I took a look at the backfire beta a few days ago to see if there was ebtables support and ifb support. I didn't find either, but I am seeing ebtables support in the snapshots, so i will assume it will be there in the end. As I

[OpenWrt-Devel] [PATCH] [ifxmips-dsl-api] Add option to disable debug output of DSL drivers.

2010-03-13 Thread Ithamar R. Adema
This patch adds an option to menuconfig for ifxmips-dsl-api to enable/disable the debug output. By default the debug output is switched off. Signed-off-by: Ithamar R. Adema ithamar.ad...@team-embedded.nl --- package/ifxmips-dsl-api/Config.in |5 +