Re: [OpenWrt-Devel] [PATCH] Add package for Command Line Interface SHell

2012-03-02 Thread Viktar Palstsiuk
On Fri, Mar 2, 2012 at 12:37 AM, Outback Dingo outbackdi...@gmail.com wrote: On Tue, Feb 28, 2012 at 10:17 AM, Viktar Palstsiuk viktar.palsts...@promwad.com wrote: Signed-off-by: Viktar Palstsiuk viktar.palsts...@promwad.com ---  utils/clish/Makefile |   44

Re: [OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-02 Thread Rafał Miłecki
2012/3/2 Nathan Hintz nlhi...@hotmail.com: Support recognition of MIPS 74K CPU, etc. [    0.00] bcma: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, class 0x0) Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null   2012-02-21 01:00:44.969496803 -0800 +++

Re: [OpenWrt-Devel] MSS clamping in POSTROUTING instead of FORWARD?

2012-03-02 Thread Ashok Rao
I don't see why moving the clamping to POSTROUTING causes the hiding of issues inside openwrt. The example presented by Etienne is perfectly valid and the suggestion to mpve the clamping to the POSTROUTING chain seems the right way to go when you have multiple interfaces that could be used for a

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-02 Thread Adam Gensler
Went up to kernel version 3.2.5, problem still occurs. Above 3.2.5 requires refreshing the kernel patches. On 2/29/12 11:18 PM, Adam Gensler wrote: For what its worth I spent some time this evening putting together a Fedora Core 16 virtual machine to test with. I pulled a fresh copy of trunk

Re: [OpenWrt-Devel] [PATCH] Add package for Command Line Interface SHell

2012-03-02 Thread Outback Dingo
On Fri, Mar 2, 2012 at 3:33 AM, Viktar Palstsiuk viktar.palsts...@promwad.com wrote: On Fri, Mar 2, 2012 at 12:37 AM, Outback Dingo outbackdi...@gmail.com wrote: On Tue, Feb 28, 2012 at 10:17 AM, Viktar Palstsiuk viktar.palsts...@promwad.com wrote: Signed-off-by: Viktar Palstsiuk

[OpenWrt-Devel] [PATCH] Makefile for asterisk-1.8 channel driver chan-sccp-b

2012-03-02 Thread Diederik de Groot
This package provides a replacement channel driver for asterisk's chan_skinny. With extended functionality and feature support (shared lines, realtime config, custom device state and more). You can find more information about chan-sccp-b on http://chan-sccp-b.sourceforge.net and

Re: [OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-02 Thread Nathan Hintz
On Fri, 2012-03-02 at 10:20 +0100, Rafał Miłecki wrote: 2012/3/2 Nathan Hintz nlhi...@hotmail.com: Support recognition of MIPS 74K CPU, etc. [0.00] bcma: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, class 0x0) Signed-off-by: Nathan Hintz nlhi...@hotmail.com

[OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Yeoh Chun-Yeow
This patch allows the possibility of having the mesh point and AP to be operated simultaneously in one single radio. Previously, mesh point fails to generate the mesh beacon if virtual AP is created for the same radio. Signed-off-by: Chun-Yeow Yeoh yeohchuny...@gmail.com --- Index:

Re: [OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Yeoh Chun-Yeow
Hi, all This is mainly for ath5k. Regards, Chun-Yeow On Sat, Mar 3, 2012 at 12:50 AM, Yeoh Chun-Yeow yeohchuny...@gmail.comwrote: This patch allows the possibility of having the mesh point and AP to be operated simultaneously in one single radio. Previously, mesh point fails to generate

Re: [OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Jonathan Bither
Have you tried submitting this to linux-wireless? On 03/02/2012 11:52 AM, Yeoh Chun-Yeow wrote: Hi, all This is mainly for ath5k. Regards, Chun-Yeow On Sat, Mar 3, 2012 at 12:50 AM, Yeoh Chun-Yeow yeohchuny...@gmail.com mailto:yeohchuny...@gmail.com wrote: This patch allows the

Re: [OpenWrt-Devel] [PATCH] Add Patch in package/mac80211 for AP and Mesh to operate simultaneously in Single Radio

2012-03-02 Thread Yeoh Chun-Yeow
Hi, Jonathan, Yes. Regards, Chun-Yeow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-02 Thread Philip Prindeville
This should be on a Wiki page if it's not already... Haven't had time to look. On your build host, you would start gdb on your image. On my machine, I do this as: % gdb (gdb) build_dir/linux-x86_alix2/linux-3.2.2 and I open the kernel: (gdb) file vmlinux then I look at the contents of

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-02 Thread Philip Prindeville
Sorry, cut and paste error. The first gdb command should have read: (gdb) cd build_dir/linux-x86_alix2/linux-3.2.2 On 3/2/12 12:26 PM, Philip Prindeville wrote: This should be on a Wiki page if it's not already... Haven't had time to look. On your build host, you would start gdb on your

Re: [OpenWrt-Devel] [PATCH] BCMA - Reorder SPROM fill

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:01 AM, Nathan Hintz wrote: The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch

Re: [OpenWrt-Devel] [PATCH] BCMA - Enable use of IRQ6

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:36 AM, Nathan Hintz wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null 2012-02-21 01:00:44.969496803 -0800 +++ target/linux/brcm47xx/patches-3.2/0051-bcma-enable-irq6.patch 2011-07-25 11:20:35.030008484 -0700 @@ -0,0 +1,29 @@ +---

Re: [OpenWrt-Devel] [PATCH] BCMA - Account for variable PCI memory base/size

2012-03-02 Thread Hauke Mehrtens
On 03/02/2012 06:07 AM, Nathan Hintz wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-host-controller.patch === ---