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
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%)\
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
==
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
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_
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
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
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
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