Re: [OpenWrt-Devel] Changing directory search order

2010-10-18 Thread Philip Prindeville
On 10/18/10 2:34 AM, Michael Büsch wrote: On Sun, 2010-10-17 at 18:11 -0700, Philip Prindeville wrote: so $(CFLAGS) is the TARGET_CFLAGS passed in for cross-compilation (including -I$(STAGING_DIR)/mumble), and $(CFLAGS_) is the flags that the PPP project requires, including -I../../../include .

Re: [OpenWrt-Devel] [PATCH] add spandsp library package

2010-10-18 Thread Michael Büsch
Thanks, I committed this to trunk. -- Greetings Michael. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] add spandsp library package

2010-10-18 Thread Roman Yeryomin
On 18 October 2010 12:30, Michael Büsch wrote: > On Mon, 2010-10-18 at 02:22 +0300, Roman Yeryomin wrote: >> Signed-off-by: Roman Yeryomin >> >> + >> +TARGET_CFLAGS += $(FPIC) >> +MAKE_FLAGS += all install DESTDIR=$(PKG_INSTALL_DIR) > > This most likely breaks parallel build. > Please remove the

[OpenWrt-Devel] [PATCH] net/krb5 add InstallDev section to package Makefile

2010-10-18 Thread daniel . golle
This is needed for other packages to link against krb5. Signed-off-by: Daniel Golle --- Index: feeds/packages/net/krb5/Makefile === --- feeds/packages/net/krb5/Makefile(revision 23513) +++ feeds/packages/net/krb5/Makefile(wo

[OpenWrt-Devel] [PATCH] Add support for darcs repositories

2010-10-18 Thread Gabriel Kerneis
Hi, This patch adds support for darcs repositories (as sources of packages). It does *not* add support for darcs:// URI scheme because such a scheme do not exist (AFAIK). You must therefore manually set PKG_SOURCE_PROTO to darcs in your Makefile (and use a regular http:// URI). You also have to

Re: [OpenWrt-Devel] bcm63xx spi patches

2010-10-18 Thread Tanguy Bouzéloc
Florian, I send you an update in order to fix the device registration. Kind regards, Tanguy Bouzéloc. Le 17/10/2010 16:12, Florian Fainelli a écrit : Hello Tanguy, Le Friday 8 October 2010 18:15:50, Tanguy Bouzéloc a écrit : Hi Florian, I've updated the patches for 2.6.35 as you request

[OpenWrt-Devel] [PATCH] Add support for darcs-based feeds

2010-10-18 Thread Gabriel Kerneis
The following patch adds support for darcs-based feeds. It is tested and works well for my purpose. I wish it were committed upstream so that I can share my feed with other users without converting it to svn/git/whatever. Best regards, Signed-off-by: Gabriel Kerneis --- scripts/feeds |7 ++

Re: [OpenWrt-Devel] [PATCH] iptables compile fix

2010-10-18 Thread Maarten Bezemer
Anyone able to comment on the patch, whether it is good enough or some things need to be changed before it can accepted? Thanks, Maarten On Wed, 2010-10-06 at 13:56 +0200, Maarten Bezemer wrote: > For the 'Marvell Orion' target the iptables package does not compile. > See forum topic: https://

Re: [OpenWrt-Devel] bcm63xx spi patches

2010-10-18 Thread Tanguy Bouzéloc
Hi Florian, Please revert it, there is a nasty bug in the last patch I sent you. I'm trying to figure out what's going on. I think I'll update the patch today. Kind regards, Tanguy Bouzéloc. Le 17/10/2010 16:12, Florian Fainelli a écrit : Hello Tanguy, Le Friday 8 October 2010 18:15:50, T

Re: [OpenWrt-Devel] Changing directory search order

2010-10-18 Thread Michael Büsch
On Sun, 2010-10-17 at 18:11 -0700, Philip Prindeville wrote: > so $(CFLAGS) is the TARGET_CFLAGS passed in for cross-compilation > (including -I$(STAGING_DIR)/mumble), and $(CFLAGS_) is the flags > that the PPP project requires, including -I../../../include ... > so unfortunately the wrong order.

Re: [OpenWrt-Devel] [PATCH] add spandsp library package

2010-10-18 Thread Michael Büsch
On Mon, 2010-10-18 at 02:22 +0300, Roman Yeryomin wrote: > Signed-off-by: Roman Yeryomin > > Index: feeds/packages/libs/spandsp/Makefile > === > --- a/feeds/packages/libs/spandsp/Makefile(revision 0) > +++ b/feeds/packages/libs/