[OpenWrt-Devel] FreeSWITCH 1.0.5-latest OpenWRT package repository

2010-03-25 Thread Daniel Dickinson
A note to anyone interested in FreeSWITCH. If you want to try out, or help me debug, FreeSWITCH 1.0.5 (not yet released), I have a git repo that I periodically update the the latest available build of 1.0.5 (from http://latest.freeswitch.org). My repository it a Git repository for all my persona

[OpenWrt-Devel] [patch] ag71xx: Add netpoll support

2010-03-25 Thread Pat Erley
This patch adds support for polling interrupts, used by netconsole and the likes. Tested on d-link dir-615 C1 using netconsole. Signed-off-by: Pat Erley --- I suspect that I'm not doing the {enable,disable}_irq corretly, but 'it works for me'. --- --- target/linux/ar71xx/files/drivers/net/ag71

[OpenWrt-Devel] [PATCH v2 4/4] kernel: virtio modules depend on x86_kvm_guest

2010-03-25 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules/virtual.mk index 4aa1d8c.

[OpenWrt-Devel] [PATCH v2 1/4] kernel: move xen.mk to virtual.mk

2010-03-25 Thread Stijn Tintel
Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel --- package/kernel/modules/{xen.mk => virtual.mk} | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) rename package/kernel/modules/{xen.mk => virtual.mk} (94%) diff --git a/package/ke

[OpenWrt-Devel] [PATCH v2 2/4] kernel: add VirtIO device support

2010-03-25 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel --- package/kernel/modules/virtual.mk | 48 + 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/package/kernel/modules/vi

[OpenWrt-Devel] [PATCH v2 3/4] x86: add kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel --- target/linux/x86/Makefile |2 +- target/linux/x86/image/Config.in

[OpenWrt-Devel] [PATCH v2 0/4] Add x86 kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
This patch series adds a new x86 subtarget for running inside a KVM guest. The v2 series fixes some copy-paste errors and an accidentally commited file. Stijn Tintel (4): kernel: move xen.mk to virtual.mk kernel: add VirtIO device support x86: add kvm_guest subtarget kernel: virtio module

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-25 Thread Bernhard Loos
Seems a bit like overkill to me, but I guess that's not my call to make. Thanks for your patch and your tests. Bernhard 2010/3/24 Otto Solares : > On Wed, Mar 24, 2010 at 02:39:51PM +0100, Bernhard Loos wrote: >> After a suggestion from xMff, I dedicded to use a uci-defaults script, >>

Re: [OpenWrt-Devel] Backfire 10.03-rc1

2010-03-25 Thread Otto Solares
On Thu, Mar 25, 2010 at 11:59:56PM +0100, Matthias Buecher / Germany wrote: > If 2.6.32.10 will be *the* desired version, then Orion can be just > switched to it. > My WRT350Nv2 is really running fine with it. > > File: target/linux/orion/Makefile > No need to rebase any patches. Same for target/

[OpenWrt-Devel] [PATCH 4/4] kernel: virtio modules depend on x86_kvm_guest

2010-03-25 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk b/package/kernel/modules/virtual.mk index 173b84a.

[OpenWrt-Devel] [PATCH 1/4] kernel: move xen.mk to virtual.mk

2010-03-25 Thread Stijn Tintel
Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel --- package/kernel/modules/{xen.mk => virtual.mk} | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) rename package/kernel/modules/{xen.mk => virtual.mk} (94%) diff --git a/package/ke

[OpenWrt-Devel] [PATCH 2/4] kernel: add VirtIO device support

2010-03-25 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel --- package/kernel/modules/virtual.mk | 52 + 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/package/kernel/modules/vi

[OpenWrt-Devel] [PATCH 3/4] x86: add kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
This patch adds a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel --- target/linux/x86/Makefile |2 +- target/linux/x86/image/Con

[OpenWrt-Devel] [PATCH 0/4] Add x86 kvm_guest subtarget

2010-03-25 Thread Stijn Tintel
This patch series adds a new x86 subtarget for running inside a KVM guest. Stijn Tintel (4): kernel: move xen.mk to virtual.mk kernel: add VirtIO device support x86: add kvm_guest subtarget kernel: virtio modules depend on x86_kvm_guest package/kernel/modules/{xen.mk => virtual.mk} |

Re: [OpenWrt-Devel] Backfire 10.03-rc1

2010-03-25 Thread Matthias Buecher / Germany
If 2.6.32.10 will be *the* desired version, then Orion can be just switched to it. My WRT350Nv2 is really running fine with it. File: target/linux/orion/Makefile No need to rebase any patches. Maddes On 25.03.2010 22:57, Nico wrote: > It seems 2.6.32.10 applies on all targets at 2.6.32.9, so I h

Re: [OpenWrt-Devel] Backfire 10.03-rc1

2010-03-25 Thread Nico
It seems 2.6.32.10 applies on all targets at 2.6.32.9, so I have no problem switching to 2.6.32.10. Ideally, it would be great if all targets at 2.6.32.x could be switched to the same version (coherency) and such updates be committed before Friday evening. -- -{Nico} On 25/03/10 22:44, Matthias

Re: [OpenWrt-Devel] Backfire 10.03-rc1

2010-03-25 Thread Nico
Right, 2.6.32 is preferred and will probably be supported for 2-3 years [1]. However, targets proven to be stable at 2.6.30.10 won't be get updated to 2.6.32.x for Backfire. Such updates will probably later in a Backfire 10.03.1 point-release. 1. http://thread.gmane.org/gmane.linux.kernel/939800

Re: [OpenWrt-Devel] Backfire 10.03-rc1

2010-03-25 Thread Matthias Buecher / Germany
Sorry, a typo, meant 2.6._32_.10 not .30.10. On 25.03.2010 22:15, Matthias Buecher / Germany wrote: > Do I understand correctly that kernel 2.6.32.9 is one of the preferred > kernels for Backfire, and not 2.6.30.10? > (see https://dev.openwrt.org/changeset/20410 and Nico's [2]) > Just want to make

Re: [OpenWrt-Devel] Backfire 10.03-rc1

2010-03-25 Thread Matthias Buecher / Germany
Do I understand correctly that kernel 2.6.32.9 is one of the preferred kernels for Backfire, and not 2.6.30.10? (see https://dev.openwrt.org/changeset/20410 and Nico's [2]) Just want to make sure. Maddes P.S.: Will install it onto my LinkSys WRT350Nv2 this weekend if time permits. On 24.03.2010

Re: [OpenWrt-Devel] Howto debug init scripts like preinit?

2010-03-25 Thread Brian Hutchinson
On Thu, Mar 25, 2010 at 5:18 AM, RHS Linux User wrote: > > Hi, > >   I often use a simple bit-bang function at some high buad rate and one > gpio pin. I hook a serial terminal to it. Depending on CPU speed, etc. > interrupts may have to be disabled during the time the character is > actually being

Re: [OpenWrt-Devel] Howto debug init scripts like preinit?

2010-03-25 Thread RHS Linux User
Hi, I often use a simple bit-bang function at some high buad rate and one gpio pin. I hook a serial terminal to it. Depending on CPU speed, etc. interrupts may have to be disabled during the time the character is actually being sent. One character at 115,200 is 0.1ms so unless the CPU is very