[OpenWrt-Devel] Geos and alix2 config changes

2011-06-24 Thread Philip Prindeville
Can someone please review and commit: http://patchwork.midlink.org/patch/1088/ http://patchwork.midlink.org/patch/1090/ I'm collaborating with some other people and it would be nice if they could pick up these changes. The initial revs had some comments requesting changes, I believe I've addres

[OpenWrt-Devel] Sample fix: build perl with eglibc

2011-06-24 Thread Philip Prindeville
Before I spend a lot of time perfecting this fix (since the return-on-investment for patches lately is a bit low), I'm not convinced that having to apply a similar tweak to all of the files/config.sh-XXX.in files. Would it make more sense to do: -e 's!^(libs=\'[^\']*)\'$$!\1$(EXTRA_LIBS:%=-l%)\

[OpenWrt-Devel] [PATCH v3 1/1] pciutils: need to specify -lresolv explicitly when using eglibc

2011-06-24 Thread Philip Prindeville
eglibc's libc doesn't include libresolv as part of it. Redux: Need to annotate libbsd dependency as well. Redux: Include support for glibc as well. Signed-off-by: Philip Prindeville Index: feeds/packages/utils/pciutils/Makefile ==

[OpenWrt-Devel] Porting questions

2011-06-24 Thread Alberich de megres
Hi Mates, I'm new on this list, and i like to make openwrt working on some of my home routers, the one where i'm most interested is cisco e3000. But I got some questions of the porting itself. (I searched before some info about this routers and its serial/jtag connection). I never worked with plat

[OpenWrt-Devel] [PATCH] x86/kvm_guest: enable HOTPLUG_PCI and HOTPLUG_PCI_ACPI

2011-06-24 Thread Alexey I. Froloff
Signed-off-by: Alexey I. Froloff --- target/linux/x86/kvm_guest/config-default |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/target/linux/x86/kvm_guest/config-default b/target/linux/x86/kvm_guest/config-default index eacada2..06d5ed7 100644 --- a/target/linux/x86/kvm_

[OpenWrt-Devel] [PATCH 4/4, V2]

2011-06-24 Thread Emmanuel Deloget
This patch adds support for the kernel_xconfig top-level target. If qt3 is detected on the system (by checking for the presence of the directory /usr/include/qt3), the top-level target expands to the invocation of the kernel xconfig target. Otherwise, the target prints a message and errors. Signe

[OpenWrt-Devel] [PATCH 3/4, V2] xconfig top-level target

2011-06-24 Thread Emmanuel Deloget
This patch adds support for the xconfig top-level target. If qt3 is detected on the system (by checking for the presence of the directory /usr/include/qt3), the top-level target expands to the invocation of scripts/configs/qconf. Otherwise, the target prints a message and errors. Signed-off-by: E

[OpenWrt-Devel] [PATCH 2/4, V2] qconf target in the makefile

2011-06-24 Thread Emmanuel Deloget
This patch modifies the scripts/config/Makefile file to build the qconf utility. qconf is not added to the target list unless the development files of qt3 has been detected (we simply check for the presence of the /usr/include/qt3 directory). Signed-off-by: Emmanuel Deloget --- Changes since ve

[OpenWrt-Devel] [PATCH 0/4, V2] support for make xconfig

2011-06-24 Thread Emmanuel Deloget
This patchset brings back the support for the xconfig (and the corresponding kernel_xconfig) top-level targets. Since these targets depends on qt3 (and more precisely the development packages of qt3), some effort has been spent to avoid bringing this huge dependency in OpenWRT. If the build machin