Re: [OpenWrt-Devel] Jason from Shenzhen

2010-07-18 Thread jason duhamell
That is easy for somebody to say like you. Can anybody else on this mailing list say they found the ar2317 datasheet over the internet? What is your definition of many? My experience comes from living in china for 3 years. Statistically most chinese universities don't do anything with linux. On

[OpenWrt-Devel] dnsmasq not responding on IPv6

2010-07-18 Thread Gabriel Kerneis
Hi all, Using the snapshot release of OpenWrt, I cannot access the dns proxy feature of dnsmasq with IPv6. Here is what works and what does not: - I have a dual-stack router, that I can ping from my client with both IPv4 and IPv6, - dnsmasq -v on this router says that it is IPv6 enabled, -

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

2010-07-18 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. The v3 series fixes missing config symbols. The v4 series fixes the use of squashfs images. The v5 series fixes console output in virt-manager,

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

2010-07-18 Thread Stijn Tintel
Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 48 + 1 files changed, 48 insertions(+), 0 deletions(-) diff --git

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

2010-07-18 Thread Stijn Tintel
Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk | 110 + package/kernel/modules/xen.mk | 110 - 2 files changed, 110

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

2010-07-18 Thread Stijn Tintel
Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/kernel/modules/virtual.mk |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/virtual.mk

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

2010-07-18 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 st...@linux-ipv6.be --- target/linux/x86/Makefile |2 +-

[OpenWrt-Devel] [PATCH] FOWSR : XML-format output, see ChangeLog for other changes

2010-07-18 Thread Arne-Jørgen Auberg
=== --- packages/utils/fowsr/Makefile(revisjon 116) +++ packages/utils/fowsr/Makefile(arbeidskopi) @@ -9,11 +9,11 @@ PKG_NAME:=fowsr PKG_VERSION:=1.0 -PKG_RELEASE:=20100501 +PKG_RELEASE:=20100718 PKG_SOURCE:=$(PKG_NAME