[OpenWrt-Devel] [PATCH] replacing dave's tremor (libvorbisidec) through "normal" unpatched tremor so that e.g. mpd can be compiled against it

2007-12-09 Thread [EMAIL PROTECTED]
Signed-off-by: Mirko Vogt <[EMAIL PROTECTED]> --- Index: libs/libvorbisidec/patches/100-disable_autoheader.patch === --- libs/libvorbisidec/patches/100-disable_autoheader.patch (revision 0) +++ libs/libvorbisidec/patches/100-disa

[OpenWrt-Devel] [PATCH] correcting several issues in mpd-Makefile

2007-12-09 Thread [EMAIL PROTECTED]
correcting sound-core-modulename, so mpd will now _really_ be built with alsa-support, when alsa/sound-core is also selected, corrected formatting (tabs instead of whitespaces), include use of tremor (integer-vorbis-processing) and remove dependency of alsa-lib. Signed-off-by: Mirko Vogt <[EMAI

Re: [OpenWrt-Devel] [PATCH] fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package/kernel/modules/sound.mk

2007-12-09 Thread Felix Fietkau
[EMAIL PROTECTED] wrote: > Signed-off-by: Mirko Vogt <[EMAIL PROTECTED]> Applied, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package/kernel/modules/sound.mk

2007-12-09 Thread [EMAIL PROTECTED]
Signed-off-by: Mirko Vogt <[EMAIL PROTECTED]> --- Index: package/kernel/modules/sound.mk === --- package/kernel/modules/sound.mk (revision 9695) +++ package/kernel/modules/sound.mk (working copy) @@ -38,6 +38,7 @@ $(L

[OpenWrt-Devel] [PATCH] Updated heyu to 2.1.3. Closes #2789, thanks capouch.

2007-12-09 Thread Andy Boyett
Signed-off-by: Andy Boyett <[EMAIL PROTECTED]> --- utils/heyu/Makefile |4 ++-- utils/heyu/patches/001-avoid_configure.patch | 16 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/utils/heyu/Makefile b/utils/heyu/Makefile index b5ca1e

[OpenWrt-Devel] [PATCH] fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package/kernel/modules/sound.mk

2007-12-09 Thread [EMAIL PROTECTED]
Signed-off-by: Mirko Vogt <[EMAIL PROTECTED]> --- Index: package/kernel/modules/sound.mk === --- package/kernel/modules/sound.mk (revision 9690) +++ package/kernel/modules/sound.mk (working copy) @@ -41,6 +41,7 @@ $(L

Re: [OpenWrt-Devel] [PATCH] packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.

2007-12-09 Thread Felix Fietkau
Andy Boyett wrote: > Signed-off-by: Andy Boyett <[EMAIL PROTECTED]> Applied, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] enable IPv6-support for ipsec-tools

2007-12-09 Thread Felix Fietkau
Patrick Scharrenberg wrote: > Enable IPv6-Support for ipsec-tools > > Signed-off-by: Patrick Scharrenberg <[EMAIL PROTECTED]> Applied, thanks. By the way, you don't have to repeat the line that you put into the subject in the message body itself. The first line of the commit will be what you wrote

Re: [OpenWrt-Devel] [PATCH] Use $(CP) instead of $(INSTALL_BIN) for binaries.

2007-12-09 Thread Felix Fietkau
Andy Boyett wrote: > Signed-off-by: Andy Boyett <[EMAIL PROTECTED]> Applied, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] suppress bug after compiling last package in kamikaze SDK.

2007-12-09 Thread Felix Fietkau
Julien Pinon wrote: > This patch corrects https://dev.openwrt.org/ticket/2508 > An error was raised when no Config.in file was found in package/ Applied, thanks. Next time please pay attention to the path in the diff, i.e. don't run svn diff in the directory you made your change in, but go to the t

[OpenWrt-Devel] [PATCH] enable IPv6-support for ipsec-tools

2007-12-09 Thread Patrick Scharrenberg
Enable IPv6-Support for ipsec-tools Signed-off-by: Patrick Scharrenberg <[EMAIL PROTECTED]> --- Index: package/ipsec-tools/Makefile === --- package/ipsec-tools/Makefile(Revision 9671) +++ package/ipsec-tools/Makefile(A