[OpenWrt-Devel] [PATCH] [packages] mysql: cleanup and update to 5.1.73

2014-01-04 Thread Dirk Neukirchen
- some mirrors do not have the old version anymore - cleanup deprecated options --without-vio : removed in 5.0.2 --without-raid, --without-mysqlfs : removed in 5.0.3 http://dev.mysql.com/doc/refman/5.0/en/source-configuration-options.html --without-pstack : removed in 5.1.54 --without-bench :

[OpenWrt-Devel] [PATCH] [packages] transmission: fixup configure, fuzz

2014-01-04 Thread Dirk Neukirchen
while at it remove patch fuzz by refreshing patches fixes build warning: configure: WARNING: unrecognized options: --disable-gtk Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/transmission/Makefile | 2 +-

[OpenWrt-Devel] FEEDS: outdated FOWSR makefile

2014-01-04 Thread Daniel Wiegert
Hello guys I'm new here, I hope I'm doing right, herd you guys can bite kind of hard! ;) The active version of fowsr in openwrt feeds is 1.0 and is kind of buggy. There are a newer version available on fowsr svn: (openwrt makefile)

[OpenWrt-Devel] [PATCH] [telephony] asterisk-1.8.x: fix configure warnings

2014-01-04 Thread Dirk Neukirchen
spotted while looking through build-logs only compile tested asterisk-1.8.x uses OpenSSL instead of GnuTLS dunno about that errors in log were: configure: WARNING: unrecognized options: --with-gnutls, --without-curl, --without-pbx-lua, --without-gtk, --without-kde, --without-qt Signed-off-by:

[OpenWrt-Devel] [PATCH] [packages] fowsr: update to 2.0-131015

2014-01-04 Thread Dirk Neukirchen
On 04.01.2014 13:13, Daniel Wiegert wrote: Hello guys I'm new here, I hope I'm doing right, herd you guys can bite kind of hard! ;) The active version of fowsr in openwrt feeds is 1.0 and is kind of buggy. There are a newer version available on fowsr svn: (openwrt makefile)

Re: [OpenWrt-Devel] [PATCH] [telephony] asterisk-1.8.x: fix configure warnings

2014-01-04 Thread Jiří Šlachta
Hello Dirk, thank you for your patch. Those configure options were there as leftovers from previous versions. I tested it and pushed it to telephony repository. Thank you so much! :-) Jiri Dne 4. 1. 2014 13:51, Dirk Neukirchen napsal(a): spotted while looking through build-logs only compile

[OpenWrt-Devel] [PATCH] [packages] kernel: kmod-w1 - missing netlink support

2014-01-04 Thread Daniel Wiegert
- updated kerneloptions to include netlink support. diff --git a/package/kernel/linux/modules/w1.mkb/package/kernel/linux/modules/ w1.mk index c2fc649..dba1fed 100644 --- a/package/kernel/linux/modules/w1.mk +++ b/package/kernel/linux/modules/w1.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010

Re: [OpenWrt-Devel] [PATCH] [packages] transmission: fixup configure, fuzz

2014-01-04 Thread Cezary Jackiewicz
Dnia 2014-01-04, o godz. 11:58:49 Dirk Neukirchen dirkneukirc...@web.de napisał(a): while at it remove patch fuzz by refreshing patches fixes build warning: configure: WARNING: unrecognized options: --disable-gtk Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de r39199, thanks. --

[OpenWrt-Devel] [PATCH][packages] add package libnetconf

2014-01-04 Thread Jiří Šlachta
libnetconf is a NETCONF library in C intended for building NETCONF clients and servers. It provides basic functions to connect NETCONF client and server to each other via SSH, to send and receive NETCONF messages and to store and work with the configuration data in a datastore. Signed-off-by:

[OpenWrt-Devel] [PATCHv2][packages] add libnetconf package

2014-01-04 Thread Jiří Šlachta
libnetconf is a NETCONF library in C intended for building NETCONF clients and servers. It provides basic functions to connect NETCONF client and server to each other via SSH, to send and receive NETCONF messages and to store and work with the configuration data in a datastore. v2: renamed macro

Re: [OpenWrt-Devel] [PATCHv2][packages] add libnetconf package

2014-01-04 Thread Luka Perkov
Hi Jiri, On Sat, Jan 04, 2014 at 10:00:12PM +0100, Jiří Šlachta wrote: libnetconf is a NETCONF library in C intended for building NETCONF clients and servers. It provides basic functions to connect NETCONF client and server to each other via SSH, to send and receive NETCONF messages and to