[OpenWrt-Devel] opkg build failure

2008-10-06 Thread Marcus Better
All my attempts to build current kamikaze svn end with the following error: make[5]: Entering directory `/home/marcus/openwrt/build_dir/mipsel/opkg-4564/libopkg' make all-am make[6]: Entering directory `/home/marcus/openwrt/build_dir/mipsel/opkg-4564/libopkg' /bin/sh ../libtool --tag=CC --mode=

Re: [OpenWrt-Devel] opkg build failure

2008-10-12 Thread Marcus Better
Marcus Better wrote: > All my attempts to build current kamikaze svn end with the following > error: > generating symbol list for `libopkg.la' > mipsel-linux-uclibc-nm .libs/args.o .libs/libopkg.o .libs/user.o > .libs/opkg_state.o .libs/opkg.o .libs/opkg_cmd.o .libs/opkg

Re: [OpenWrt-Devel] opkg build failure

2008-10-16 Thread Marcus Better
Marcus Better wrote: > Note the double '|' in that command line. Seems to be caused by ccache: > http://bugs.gentoo.org/show_bug.cgi?id=196243 Umm, disabling ccache didn't help. Am I the only one hitting this problem? Cheers, Marcus __

Re: [OpenWrt-Devel] opkg build failure

2008-10-19 Thread Marcus Better
Roberto Riggio wrote: > Everything works fine with me. I've just successfully built > kamikaze for a pcengines board. Ok, it works for me in the default configuration too. Maybe I used non-default toolchain options. Cheers, Marcus ___ openwrt-devel

[OpenWrt-Devel] [PATCH] Remove target directory before "git clone"

2009-01-11 Thread Marcus Better
Cloning into an existing directory is not allowed. Signed-off-by: Marcus Better --- include/kernel-defaults.mk |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/kernel-defaults.mk b/include/kernel-defaults.mk index 36f9174..b2afcd9 100644 --- a/include/kernel

Re: [OpenWrt-Devel] [PATCH] Remove target directory before "git clone"

2009-01-11 Thread Marcus Better
Marcus Better wrote: > + rmdir $(LINUX_DIR) Sorry, wrong patch. That fails unless the target directory exists. /Marcus ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/open

[OpenWrt-Devel] [PATCH] Remove target directory before "git clone" (try 2)

2009-01-13 Thread Marcus Better
Cloning into an existing directory is not allowed. Signed-off-by: Marcus Better --- include/kernel-defaults.mk |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/kernel-defaults.mk b/include/kernel-defaults.mk index 36f9174..d2ff4b9 100644 --- a/include/kernel

[OpenWrt-Devel] [PATCH] Fix ip6tables compilation for kernel 2.6.30.

2009-07-15 Thread Marcus Better
The ip6t_hl and ip6t_HL modules have been merged into ipt_ttl and ipt_TTL. Signed-off-by: Marcus Better --- include/netfilter.mk |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/netfilter.mk b/include/netfilter.mk index ab1749c..3ee4daa 100644 --- a/include

Re: [OpenWrt-Devel] b43 driver

2010-02-11 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Monnier wrote: > IIUC it may also work fine in master mode (i.e. as an > AP) without encryption, but not as an AP with WPA (not sure if it just > plain doesn't work, or simply suffers from serious performance bugs). AP with WPA2-PSK generally w