Re: [OpenWrt-Devel] [PATCH] Update tcpdump to version 4.1.1

2011-04-21 Thread Christoph König
Hi, I figured out, that there must be a bug in the patches of libpcap or tcpdump somewhere, because I can't receive a frame anymore right now. Today morning it works fine...so please postpone the patches. I try to find out what happend. With the old version of libpcap and tcpdump it works- so the

[OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-04-21 Thread Jonas Gorski
2.6.38 introduced a dependency from bridge to IPv6. Since IPv6 support will probably get much more important in the next years anyway, it should be OK to just include it in the kernel for 2.6.38 and later. Signed-off-by: Jonas Gorski --- package/kernel/modules/001-depends.mk |9 + pa

[OpenWrt-Devel] [PATCH 3/3] bcm63xx: Update support for the DSL-274xB revision C

2011-04-21 Thread Jonas Gorski
Rename the DSL-274xB rev C2's board ID to "AW4139" to match the one used for the rev C3 (same hardware) and add a fixup for C2. Also generate images for C3. While we are at it, rename the LEDs to conform to the Linux LED naming conventions. Signed-off-by: Jonas Gorski --- .../base-files/etc/def

[OpenWrt-Devel] [PATCH 0/3] bcm63xx: Update support for DSL-274xB

2011-04-21 Thread Jonas Gorski
Since there seem to be both a revision C2 and a revision C3 of the D-Link DSL-274xB out there, and the only difference between them is the board id (the revision C3 has its own unique one, while the C2's is shared with other devices) it makes sense to fixup the C2's to that of the C3. Since the b

[OpenWrt-Devel] [PATCH 2/3] bcm63xx: Accept any led with power in its name as power led

2011-04-21 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/base-files/etc/diag.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh index cda52ac..d492cd5 100755 --- a/target/linux/brcm

[OpenWrt-Devel] [PATCH 1/3] bcm63xx: Decouple Board ID and image name for fixup

2011-04-21 Thread Jonas Gorski
Make the fixup board ID independent from the image name to allow using the same board ID for similar devices. Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/image/Makefile | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/target/linux/brcm63xx/image

[OpenWrt-Devel] [PATCH] swconfig: Rplace SPIN_LOCK_UNLOCKED with DEFINE_SPINLCCK

2011-04-21 Thread Jonas Gorski
SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed in 2.6.39, so replace it with DEFINE_SPIN_LOCK(). Signed-off-by: Jonas Gorski --- .../linux/generic/files/drivers/net/phy/swconfig.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/gen

Re: [OpenWrt-Devel] mac802.11/ath9k/BA multiple transmits of same packet when using aggregation

2011-04-21 Thread Jeroen Avonts
On 21 Apr 2011, at 14:04, Jeroen Avonts wrote: > > On 20 Apr 2011, at 17:27, Felix Fietkau wrote: > >> On 2011-04-20 4:16 PM, Jeroen Avonts wrote: >>> Hey, >>> >>> I'm testing the following setup with the svn backfire (18/04/2011 rev >>> 26713). I have an access point (192.168.1.253) configu

Re: [OpenWrt-Devel] mac802.11/ath9k/BA multiple transmits of same packet when using aggregation

2011-04-21 Thread Jeroen Avonts
On 20 Apr 2011, at 17:27, Felix Fietkau wrote: > On 2011-04-20 4:16 PM, Jeroen Avonts wrote: >> Hey, >> >> I'm testing the following setup with the svn backfire (18/04/2011 rev >> 26713). I have an access point (192.168.1.253) configured with hostapd >> using the following configuration: >>

Re: [OpenWrt-Devel] Real time Linux to openwrt

2011-04-21 Thread Florian Fainelli
Hello, On Thursday 21 April 2011 11:08:45 devendra.aaru wrote: > Hello, > > is there any support of Real time linux on openwrt No there is not. But it should not be too hard to use the RTLinux sources instead of the vanilla kernel sources. -- Florian

[OpenWrt-Devel] Real time Linux to openwrt

2011-04-21 Thread devendra.aaru
Hello, is there any support of Real time linux on openwrt dev. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] How to ensure that Tor is at the latest version?

2011-04-21 Thread Jacob Appelbaum
Hi, I've had a report of a user installing Tor (package 'tor') on OpenWRT (backfire) and they appear to have a much older version than what is currently in svn. Why is this happening? Is there a way to ensure that users have the current stable version of Tor as it appears in (the OpenWRT) svn? A

[OpenWrt-Devel] [PATCH] tor-alpha package version bump

2011-04-21 Thread Jacob Appelbaum
Hi, We've released a new alpha version of Tor. Signed-off-by: Jacob Appelbaum Index: Makefile === --- Makefile(revision 24806) +++ Makefile(working copy) @@ -11,12 +11,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor-alpha

Re: [OpenWrt-Devel] [PATCH] Update libpcap to version 1.1.1

2011-04-21 Thread Christoph König
Hi, this is new patch for a the libpcap 1.1.1. Sorry for the last one, I didn't try it in a sandbox (still fascinated from quilt). The two following patch files become obsolete: -patches/101-makefile_create_bindir.patch -patches/200-debian_fix_any_intf.patch (right now, the files get truncated) S

Re: [OpenWrt-Devel] [PATCH] Update tcpdump to version 4.1.1

2011-04-21 Thread Christoph König
Here is a new patch for updating tcpdump to version 4.1.1. The mistakes creating the patches are identified and hopefully fixed now :-) Signed-off-by: Christoph König --- Index: net/tcpdump/patches/003-fix_ipv6_compile.patch === -