Re: [OpenWrt-Devel] [PATCH 3/4] [toolchain] gcc: update musl patch

2014-06-26 Thread Dirk Neukirchen
On 26.06.2014 11:24, Felix Fietkau wrote: On 2014-06-25 11:31, dirkneukirc...@web.de wrote: From: Dirk Neukirchen dirkneukirc...@web.de taken from musl-cross https://github.com/GregorR/musl-cross/blob/master/patches/gcc-4.9.0-musl.diff Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de

Re: [OpenWrt-Devel] New gstreamer packages

2014-07-15 Thread Dirk Neukirchen
On 13.07.2014 09:00, Sergey Korolew wrote: Hello ! I created several new gstreamer module packages (v4l2 for example), they update makefiles and add some patches. But now I confused with paths, after update gstreamer was moved to the oldpackages directory. Which path patch should contain ?

Re: [OpenWrt-Devel] OpenWRT IPv6 firewall

2014-07-17 Thread Dirk Neukirchen
On 16.07.2014 22:41, Gui Iribarren wrote: On 16/07/14 16:21, Bill Moffitt wrote: However, for the moment, I would argue that the rightness of following expected behavior is greater than the rightness of delivering the true end-to-end nature of v6. At least Swisscom (according to Baptiste)

Re: [OpenWrt-Devel] Duplicate netifd protocol for l2tp

2014-07-21 Thread Dirk Neukirchen
On 19.07.2014 08:48, Baptiste Jonglez wrote: Hi, Two packages provide the proto l2tp netifd protocol: xl2tpd [1] in the new packages feed, and l2tpv3tun [2] in oldpackages. The config are totally different, the problem is really a name clash. It seems they are doing things differently

[OpenWrt-Devel] [PATCH] kernel: add missing symbols for 3.14

2014-10-07 Thread Dirk Neukirchen
spotted by buildbot brcm2708: http://buildbot.openwrt.org:8010/builders/brcm2708/ Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/generic/config-3.14 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14

[OpenWrt-Devel] uboot-omap: add C4 revision in findfdt

2014-10-09 Thread Dirk Neukirchen
fixes BeagleBoard C4 detection error message in serial console was: WARNING: Could not determine device tree to use change is found in upstream u-boot Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- package/boot/uboot-omap/patches/003-fix_findfdt_C4.patch | 11 +++ 1 file

Re: [OpenWrt-Devel] x86_64 option is now missing - help!

2014-10-09 Thread Dirk Neukirchen
On 09.10.2014 15:00, William Haynes wrote: I've been developing a x86_64 bit system during the release candidates. Now that the final is released, x86_64 is not an option anymore. Is there a possibility of getting this added back or is it something I can do? I'm developing for a baytrail

[OpenWrt-Devel] [PATCH] at91: fix at91-adc dependencies

2014-10-10 Thread Dirk Neukirchen
Error reported by buildbot: Package kmod-at91-adc is missing dependencies for the following libraries: input-core.ko only compile tested Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/at91/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Dirk Neukirchen
On 24.10.2014 22:36, Bastian Bittorf wrote: All platforms which are using 3.10.x at the moment are upgraded. compile tested on all platforms with: make tools/install make toolchain/install make target/linux/compile user@box:~/user/openwrt$ cat /tmp/log.txt [Wed Oct 22 00:53:22 CEST

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Dirk Neukirchen
On 28.10.2014 07:46, Dirk Neukirchen wrote: http://buildbot.openwrt.org:8010/builders/ar7 726/727 http://buildbot.openwrt.org:8010/builders/au1000 655/656 http://buildbot.openwrt.org:8010/builders/xburst 705/706 Error taken from buildbots: In file included from include/linux/string.h:17

Re: [OpenWrt-Devel] [PATCH] Fixed dependencies in netfilter modules introduced with 3.18 kernel

2014-11-06 Thread Dirk Neukirchen
Your patch is broken. Its missing the 3rd line after the 3rd chunk where you added +$(eval $(call nf_add,IPT_NAT,CONFIG_IP_NF_TARGET_MASQUERADE, $(P_V4)nf_nat_masquerade_ipv4, ge 3.18.0)) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] ar8216 patch series

2014-11-08 Thread Dirk Neukirchen
On 31.10.2014 21:46, Heiner Kallweit wrote: Patch series adds more abstraction to the driver, adds smaller improvements and fixes an issue with kernels = 3.14. Ticket 17800: With kernel 3.14 sometimes ports operate at 10/half only This patch series works for me on: TP-LINK TL-WDR4300 (

Re: [OpenWrt-Devel] ar8216 patch series

2014-11-09 Thread Dirk Neukirchen
On 09.11.2014 00:19, Heiner Kallweit wrote: Am 08.11.2014 um 13:49 schrieb Dirk Neukirchen: On 31.10.2014 21:46, Heiner Kallweit wrote: Patch series adds more abstraction to the driver, adds smaller improvements and fixes an issue with kernels = 3.14. Ticket 17800: With kernel 3.14 sometimes

Re: [OpenWrt-Devel] BB-14.07: libdb47 SDK (bug??) compilation problem.

2014-11-13 Thread Dirk Neukirchen
On 13.11.2014 09:29, Grzegorz Sójka wrote: #include iostream.h That is not valid C++ anymore for including a standard header. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [packages] libdlna: fix build with ffmpeg 2.4.2

2014-11-16 Thread Dirk Neukirchen
changes: av_find_stream_info - avformat_find_stream_info av_close_input_file - avformat_close_input patch libdlna instead of ffmpeg since recently av_close_input_file got removed in upstream git avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft Signed-off-by: Dirk Neukirchen dirkneukirc

[OpenWrt-Devel] [PATCH] [packages] net/mdnsresponder: fix compile

2013-10-23 Thread Dirk Neukirchen
- refresh patch, - adapt patch from Jonathan Perkin (jperkin) from: http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/net/mDNSResponder/patches/patch-mDNSShared_dnsextd__parser.y Fix for bison-3 syntax. Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/mdnsresponder/patches/002

[OpenWrt-Devel] [PATCH] [packages] utils/at: add missing dependency on libpam

2013-10-24 Thread Dirk Neukirchen
i got a compile error: Package at is missing dependencies for the following libraries: libpam.so.0 the patch fixes that Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/at/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/at/Makefile b/utils

[OpenWrt-Devel] [packages] net/proftpd: disable libpam support

2013-10-24 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchendirkneukirc...@web.de --- diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 74b7428..6c89533 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012 OpenWrt.org +# Copyright (C) 2009-2013 OpenWrt.org #

[OpenWrt-Devel] [PATCH] [package] xfsprogs: move to submenu Filesystem

2013-11-02 Thread Dirk Neukirchen
move xfsprogs to the right submenu e2fsprogs, btrfs-progs and other stuff is there already Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- package/utils/xfsprogs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/utils/xfsprogs/Makefile b/package/utils/xfsprogs

[OpenWrt-Devel] [Patch][RFC][packages] net/pure-ftpd: default to TLS

2013-11-02 Thread Dirk Neukirchen
file transfer submenu has variants notls/nossl and tls that's a little bit confusing unify the entries: tls becomes default, old variant get changed to notls Signed-off-by: Dirk Neukirchendirkneukirc...@web.de --- net/pure-ftpd/Makefile | 12 ++-- 1 file changed, 6 insertions(+), 6

[OpenWrt-Devel] [packages] sound/mpd: update to mpd 0.16.8

2013-11-07 Thread Dirk Neukirchen
-off-by: Dirk Neukirchen dirkneukirc...@web.de --- sound/mpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 19f9b06..baa8059 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR

Re: [OpenWrt-Devel] [Patch][packages][RFC] erlang: update and remove RIPEMD

2013-11-15 Thread Dirk Neukirchen
/commit/3881407ea8444c280d9659f40e6c169a1e10310d.patch add ripemd160 support to crypto add ripemd160 message digest support to the crypto app, includes some test cases. and reverted it accordingly i hope. notice: - docs are left untouched - tests are left untouched Signed-off-by: Dirk Neukirchen

[OpenWrt-Devel] [Patch][package] keepalived: fix compile

2013-11-16 Thread Dirk Neukirchen
newer kernels (3.7) split user side headers should fix: https://dev.openwrt.org/ticket/12875 Should the patch be compatible with older kernels too? (see https://dev.openwrt.org/ticket/12875#comment:6 ) Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/keepalived/Makefile | 2 +- 1

[OpenWrt-Devel] [PATCH] [packages] rsnapshot: fix compile

2013-11-17 Thread Dirk Neukirchen
fixes error: rsnapshot around line 6723: You forgot a '=back' before '=head1' POD document had syntax errors at /usr/bin/pod2man line 71. make[4]: *** [rsnapshot.1] Error 255 adopt pod2man.patch from Fedora https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20130708/1053505.html

[OpenWrt-Devel] [PATCH] [packages] dhcpcd: update to 6.1.0

2013-11-21 Thread Dirk Neukirchen
DHCPv6 and other features see: http://roy.marples.name/projects/dhcpcd/wiki/DhcpcdHistory -update download location -install default dhcpcd hooks script and example hooks Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/dhcpcd/Makefile | 16 ++-- net

[OpenWrt-Devel] [Patch] tools/mpfr: add GNU source

2013-11-23 Thread Dirk Neukirchen
fixes https://dev.openwrt.org/ticket/14519 mpfr is available from GNU too see: https://gforge.inria.fr/forum/forum.php?forum_id=11263 Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- tools/mpfr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/mpfr

[OpenWrt-Devel] [Patch][v2] generic: ar8216: add AR8337N switch support

2013-11-27 Thread Dirk Neukirchen
This patch is needed to use the switch inside the Sitecom WLR-8100; it was unusable and detected as Generic-Phy before. since ar8337 is behaving like ar8327 generally do the same thing see: https://forum.openwrt.org/viewtopic.php?pid=214218#p214218 forward-ported to trunk Signed-off-by: Dirk

[OpenWrt-Devel] [Patch] ar71xx: fix switch port map for the Sitecom WLR-8100

2013-11-27 Thread Dirk Neukirchen
There was no way to determine a working config, because the switch (ar8337) was not working previously. Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [Patch] ar71xx: fix switch port map for the Sitecom WLR-8100

2013-11-28 Thread Dirk Neukirchen
On 27.11.2013 21:35, Matti Laakso wrote: There was no way to determine a working config, because the switch (ar8337) was not working previously. -ap132) +ap132 |\ +wlr8100) ucidef_set_interfaces_lan_wan eth0.1 eth0.2 ucidef_add_switch switch0 1 1 ucidef_add_switch_vlan

Re: [OpenWrt-Devel] [PATCH] add NCM support to openwrt

2013-11-28 Thread Dirk Neukirchen
Shouldn't the patch be splitted because of different features? ( luci, non-luci stuff, hardware (huawai config)) 1) support for Huawei E3672 dongle (initially no other dongles supported) (from patch) huawei_e3276.gcom Where is the typo here? this patch adds ncm_xhr.js diff --git

[OpenWrt-Devel] [PATCH] [package] grub2: use freetype macros

2013-11-29 Thread Dirk Neukirchen
://www.freetype.org/freetype2/docs/reference/ft2-header_file_macros.html#FT_SYNTHESIS_H Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- package/boot/grub2/Makefile | 1 + package/boot/grub2/patches/101-freetype2_fix_mkfont.patch | 11 +++ 2 files changed

[OpenWrt-Devel] [package] fxload: fix build

2013-11-29 Thread Dirk Neukirchen
should fix broken_package reported by buildbots since Kernel 3.7 headers are located in UAPI directory Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/fxload/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile

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

2014-01-04 Thread Dirk Neukirchen
: removed in 5.1.11 http://dev.mysql.com/doc/refman/5.1/en/source-configuration-options.html Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- libs/mysql/Makefile | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index 1f756b9

[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 +- .../patches

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

2014-01-04 Thread Dirk Neukirchen
-by: Dirk Neukirchen dirkneukirc...@web.de --- net/asterisk-1.8.x/Makefile | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index 05f949c..a1ae78b 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x

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

2014-01-04 Thread Dirk Neukirchen
Reported-by: Daniel Wiegert dan...@thewiegerts.com Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/fowsr/Makefile | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/utils/fowsr/Makefile b/utils/fowsr/Makefile index cda239b..2bf4d01 100644 --- a/utils/fowsr

[OpenWrt-Devel] [PATCH] [packages] boblight: update to boblight 478

2014-01-07 Thread Dirk Neukirchen
- fixes gcc 4.8 error by using a version later than 428 see https://code.google.com/p/boblight/issues/detail?id=36 - add libusb-1.0 dependency Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/boblight/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] [packages] remotefs: update to fix gcc 4.8 issues

2014-01-07 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/remotefs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/remotefs/Makefile b/net/remotefs/Makefile index d0c22db..301d5ce 100644 --- a/net/remotefs/Makefile +++ b/net/remotefs/Makefile @@ -8,7 +8,7

[OpenWrt-Devel] [PATCH] [packages] avrdude: update to avrdude 6.0.1

2014-01-10 Thread Dirk Neukirchen
according to configure warning some options were removed Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/avrdude/Makefile | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index b70c83e..e52d50b 100644

[OpenWrt-Devel] [PATCH] [package] iw: update to 3.13

2014-01-23 Thread Dirk Neukirchen
update to 3.13 refresh and delete obsolete patches 200-reduce_size.patch has coalesce removed from Makefile iw 3.10 vs. 3.13: 92456 Jan 21 11:29 /usr/sbin/iw 97288 Jan 23 10:33 build_dir/target-mips_34kc_uClibc-0.9.33.2/iw-3.13/ipkg-ar71xx/iw/usr/sbin/iw Signed-off-by: Dirk Neukirchen

Re: [OpenWrt-Devel] nfs mount

2014-01-23 Thread Dirk Neukirchen
On 19.01.2014 17:37, jonsm...@gmail.com wrote: Also, if you turn on nfs mount support in busybox it won't build. Although I don't believe that is necessary to use nfs. Something is messed up with the dependencies. On Sat, Jan 18, 2014 at 4:38 PM, jonsm...@gmail.com jonsm...@gmail.com

[OpenWrt-Devel] [PATCH] [packages] alpine: fix build on Archlinux

2014-01-29 Thread Dirk Neukirchen
in the next (correct) path The wrong path is injected by the SSL test thx jow for finding it Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- mail/alpine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 8a31525..a46d57e 100644

[OpenWrt-Devel] [PATCH] [packages] sane-backends: fix build on Archlinux

2014-01-30 Thread Dirk Neukirchen
configure.in tests CUPS and SYSTEMD with fixed host paths leading to build failures on some systems (Arch) change the tests to fix it Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- .../patches/010-dont-add-host-include-path.patch | 61 +- 1 file changed, 60

[OpenWrt-Devel] [PATCH] iw: update to iw 3.14

2014-02-05 Thread Dirk Neukirchen
prev patch failed because of unclean tree, sry attaching patch in case mail gets mangled - update iw to 3.14 - remove some patches that are obsolete - 200-reduce_size.patch has new coalesce removed from Makefile matching prev. ver - refresh patches Signed-off-by: Dirk Neukirchen dirkneukirc

[OpenWrt-Devel] [PATCH V2] [packages] libqmi: update to 1.8.0

2014-02-07 Thread Dirk Neukirchen
Harvey thar...@gateworks.com Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- libs/libqmi/Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/libqmi/Makefile b/libs/libqmi/Makefile index a9db3c0..14e6569 100644 --- a/libs/libqmi/Makefile +++ b/libs/libqmi

Re: [OpenWrt-Devel] [PATCH] at: added missing dependency on libpam

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/at/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/at/Makefile b/utils/at/Makefile index 7c02fb8..21bdc60 100644 --- a/utils/at/Makefile +++

Re: [OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/mc/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f43c5a1..e036da3 100644 --- a/utils/mc/Makefile +++

Re: [OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:03, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- net/l2tpv3tun/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile index f965569..2a6fab1 100644 ---

Re: [OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/fxload/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile index f961d52..93e63c1 100644 ---

Re: [OpenWrt-Devel] [PATCH] wview: added missing dependency on libopenssl

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/wview/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wview/Makefile b/utils/wview/Makefile index f231fa7..d74e30a 100644 ---

Re: [OpenWrt-Devel] [PATCH] lttng-tools: forced autoreconf

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- devel/lttng-tools/Makefile |1 + 1 file changed, 1 insertion(+) diff --git a/devel/lttng-tools/Makefile b/devel/lttng-tools/Makefile index 371a5b9..f6b92b4 100644 ---

Re: [OpenWrt-Devel] [PATCH] tiff: added missing dependency on liblzma

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- libs/tiff/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index a79b6b2..97071fc 100644 --- a/libs/tiff/Makefile

Re: [OpenWrt-Devel] Fixes to BB trunk bot build

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: The following posts is list of patches against current trunk that fixes 20+ packages during the all-included bot build, at least for the ramips RT5350F target. As the changes are mostly fixes of broken package dependencies and bumps to new

Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr -PKG_VERSION:=1.0.55 +PKG_VERSION:=1.0.55~bpo70+1 PKG_RELEASE:=1 I have 1.0.56 locally and it builds fine too. Just noticed that 1.0.59 is available. According to the changelog these are

Re: [OpenWrt-Devel] [PATCH] tspc / gw6c : fixed sed separator // Delete tspc, gw6c

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- ipv6/tspc/patches/002-sed-separator.patch | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 ipv6/tspc/patches/002-sed-separator.patch diff --git

Re: [OpenWrt-Devel] [PATCH] [package] grub2: use freetype macros

2014-02-22 Thread Dirk Neukirchen
Probably an unclean buildroot see comment inline On 22.02.2014 19:55, Outback Dingo wrote: On Fri, Nov 29, 2013 at 5:00 AM, Dirk Neukirchen dirkneukirc...@web.dewrote: including freetype header directly leads to build error: util/grub-mkfont.c:42:30: fatal error: freetype/ftsynth.h

Re: [OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-23 Thread Dirk Neukirchen
On 18.02.2014 10:41, Michel Stempin wrote: Le 18/02/2014 10:22, Dirk Neukirchen a écrit : On 18.02.2014 08:04, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/mc/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH] [packages] add new package: openobex

2014-02-24 Thread Dirk Neukirchen
because of the lack of Smartphones Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/openobex/Makefile | 41 ++ utils/openobex/files/CMakeLists.txt | 238 +++ 2 files changed, 279 insertions(+) create mode 100644 utils/openobex/Makefile

[OpenWrt-Devel] [PATCH v2] [packages] add new package: openobex

2014-02-24 Thread Dirk Neukirchen
these are: C DISCLAIMER: I cannot test this further because of the lack of Smartphones Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/openobex/Makefile | 50 utils/openobex/files/CMakeLists.txt | 238 +++ 2 files changed

[OpenWrt-Devel] [PATCH] buildroot: add alternative PKG_CONFIG_PATH

2014-02-24 Thread Dirk Neukirchen
not find udev.pc Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- include/package.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/package.mk b/include/package.mk index 79066fe..e704b29 100644 --- a/include/package.mk +++ b/include/package.mk @@ -73,7 +73,7

Re: [OpenWrt-Devel] [PATCH v2] [packages] add new package: openobex

2014-02-24 Thread Dirk Neukirchen
On 24.02.2014 19:41, Jonas Gorski wrote: On Mon, Feb 24, 2014 at 7:02 PM, Dirk Neukirchen dirkneukirc...@web.de wrote: v2 : package/install slipped through the cracks, add it A workaround is necessary to enable C# (CXX) language (CMakeLists.txt is DOS format and patching fails) in CMake

[OpenWrt-Devel] [PATCH] [openwrt-routing] mcast-tools: fix linux/pim.h include

2014-05-02 Thread Dirk Neukirchen
] Error 1 Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- mcast-tools/patches/0004-fix_linux_pim.h_include.patch | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 mcast-tools/patches/0004-fix_linux_pim.h_include.patch diff --git a/mcast-tools/patches/0004

[OpenWrt-Devel] [PATCH] [packages] nettle: disable parallel build

2014-05-04 Thread Dirk Neukirchen
/unstable) Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- libs/nettle/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nettle/Makefile b/libs/nettle/Makefile index f2ba740..308f905 100644 --- a/libs/nettle/Makefile +++ b/libs/nettle/Makefile @@ -20,7 +20,7

Re: [OpenWrt-Devel] [PATCH] [packages] dhcpcd: update to 6.1.0

2014-05-04 Thread Dirk Neukirchen
On 03.05.2014 14:53, Hauke Mehrtens wrote: On 11/21/2013 12:36 PM, Dirk Neukirchen wrote: This does not compile for me: ./configure: WARNING: unknown option --program-prefix ./configure: WARNING: unknown option --program-suffix ./configure: WARNING: unknown option --exec-prefix

[OpenWrt-Devel] [PATCH] [packages] httping: fix build with NLS

2014-05-05 Thread Dirk Neukirchen
libintl.h was not found when CONFIG_BUILD_NLS was selected explicit -lintl fixes undefined reference to `libintl_gettext' fixes ticket #15816 Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/httping/Makefile | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH v2] [packages] httping: fix build with NLS

2014-05-05 Thread Dirk Neukirchen
v2: INTL support was not at default DEPENDS (broke nossl) libintl.h was not found when CONFIG_BUILD_NLS was selected explicit -lintl fixes undefined reference to `libintl_gettext' fixes ticket #15816 Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/httping/Makefile | 5 - 1

[OpenWrt-Devel] [PATCH] [packages] tvheadend: fix compile on platforms with VFP

2014-05-05 Thread Dirk Neukirchen
bundle.o was compiled with incompatible setting resulting in error at linking Solution: add CFLAGS to Makefile and fix it Error found on buildbot for target sunxi Error message: build.linux/tvheadend uses VFP register arguments, ./build.linux/bundle.o does not Signed-off-by: Dirk Neukirchen

[OpenWrt-Devel] [PATCH] [packages] tayga: fix compile on platforms with VFP

2014-05-05 Thread Dirk Neukirchen
CFLAGS were set explicitly in configure.ac and then got included in Makefile; remove them fix compile error found on buildbot with arch sunxi several compile errors on .o files: tayga uses VFP register arguments, nat64.o does not Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- ipv6

[OpenWrt-Devel] [Review needed][PATCH] [packages] seeks: fix compile on platforms with VFP

2014-05-05 Thread Dirk Neukirchen
arguments, .libs/mutexes.o does not fixed by second change Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/seeks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/seeks/Makefile b/net/seeks/Makefile index 7974e56..49fd8e6 100644 --- a/net/seeks

[OpenWrt-Devel] [PATCH] [packages] input-utils: update to 1.1

2014-05-06 Thread Dirk Neukirchen
tested Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/input-utils/Makefile | 12 +- utils/input-utils/patches/001-EVIOCGKEYCODE2.patch | 220 - .../patches/001-Makefile_use_bash.patch| 12 ++ .../patches/002

[OpenWrt-Devel] [Patch] [packages] empdcd: fix compile on platforms with VFP

2014-05-11 Thread Dirk Neukirchen
-by: Dirk Neukirchen dirkneukirc...@web.de --- sound/empcd/patches/001-Makefile_use_VFP_CFLAGS.patch | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 sound/empcd/patches/001-Makefile_use_VFP_CFLAGS.patch diff --git a/sound/empcd/patches/001-Makefile_use_VFP_CFLAGS.patch b/sound

[OpenWrt-Devel] [Patch][packages] jtg: fix compile on platforms with VFP

2014-05-11 Thread Dirk Neukirchen
buildbot reported error on platforms with VFP (sunxi,imx6,omap): ld: error: jtg uses VFP register arguments, /tmp/ccewx1gu.o does not CFLAGS were overwritten so append them instead Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/jtg/patches/001-Makefile_honor_CFLAGS_for_VFP.patch

[OpenWrt-Devel] [Patch] [packages] mdk3: fix compile on platforms with VFP

2014-05-11 Thread Dirk Neukirchen
-by: Dirk Neukirchen dirkneukirc...@web.de --- net/mdk3/patches/020-Makefile_honour_CFLAGS_for_VFP.patch | 8 1 file changed, 8 insertions(+) create mode 100644 net/mdk3/patches/020-Makefile_honour_CFLAGS_for_VFP.patch diff --git a/net/mdk3/patches/020-Makefile_honour_CFLAGS_for_VFP.patch

[OpenWrt-Devel] [Patch] [packages] netpipe: fix compile on platforms with VFP

2014-05-11 Thread Dirk Neukirchen
buildbot reported error on platforms with VFP (sunxi,imx6,omap): NPtcp uses VFP register arguments, /tmp/.o does not CFLAGS were overwritten so append them instead Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/netpipe/patches/001-Makefile_honor_CFLAGS_for_VFP.patch | 11

[OpenWrt-Devel] [Patch] [packages] openrrcp: fix compile on platforms with VFP

2014-05-11 Thread Dirk Neukirchen
buildbot reported error on platforms with VFP (sunxi,imx6,omap): ld: error: ../bin/rtl83xx uses VFP register arguments, /tmp/o does not CFLAGS were created by acustom shellscript that was setting host includes paths. this was disabled Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de

[OpenWrt-Devel] [PATCH] [packages] gnutls: fix build error

2014-05-15 Thread Dirk Neukirchen
build complained about cp: cannot stat ... no such file according to Makefile.am there is - gnutls-cli-debug - gnutls-serv depends on OCSP Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- libs/gnutls/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs

[OpenWrt-Devel] [PATCH] [packages] gnutls: fix build error on x86/x86-64

2014-05-24 Thread Dirk Neukirchen
) const struct nettle_hash padlock_sha1 = NN_HASH(sha1, padlock_sha1_update, padlock_sha1_digest, SHA1); Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- libs/gnutls/Makefile | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile

[OpenWrt-Devel] [PATCH] [packages] firmwarehotplug: make source compatible with sdcc 3.x

2014-05-25 Thread Dirk Neukirchen
is 3.4.0 (April 2014) errors were: ./ezusb_reg.h:26: syntax error: token - 'at' ; column 7 source was changed according to documentation: http://sdcc.sourceforge.net/doc/sdccman.pdf compile tested only Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- .../200-make_source_sdcc_3

[OpenWrt-Devel] [PATCH] [packages] reaver: fix compile on platforms with VFP

2014-05-25 Thread Dirk Neukirchen
reported by buildbots (sunxi,omap) on platforms with VFP/hardfloat ld fails with several: wash uses VFP register arguments, lwe/libiw.a(iwlib.so) does not append to CFLAGS instead of overwrite Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- net/reaver/patches/0100

[OpenWrt-Devel] [PATCH] [packages] ngircd: update to v21.1

2014-05-26 Thread Dirk Neukirchen
- update to v21.1 - upstream introduced a getaddrinfo check that is not working when cross compiling - this upstream commit b8433e9261c516d7b8743b33681050b192e5 is reverted because OpenWrt does not have anything to do with AIX and it's broken implementation Signed-off-by: Dirk

[OpenWrt-Devel] [PATCH v2] [packages] ngircd: update to v21.1

2014-05-26 Thread Dirk Neukirchen
From 39ade2b9e705f30d64484beec843cd7dd380c1ea Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen dirkneukirc...@web.de Date: Sun, 25 May 2014 10:09:57 + Subject: [PATCH] ngircd: update to v21.1 - update to v21.1 - upstream introduced a getaddrinfo check that is not working when cross compiling

[OpenWrt-Devel] [PATCH] [packages] libftdi: disable C++ bindings

2014-05-27 Thread Dirk Neukirchen
++) alternatively deactivate building of libftdi++ during which the error happens fix obscure compile error with boost Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- libs/libftdi/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/libftdi/Makefile b/libs/libftdi/Makefile index

[OpenWrt-Devel] [Patch] [packages] broadcom-diag : Detection of WNDR3400v1

2013-02-23 Thread Dirk Neukirchen
Hi, first time commit. nvram variable boardtype is unique for now. - button gpio were taken from nvram. - led information was taken from dd-wrt ( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c ) I hope that I changed the values correctly. Signed-off-by: Dirk Neukirchen dirkneukirc

[OpenWrt-Devel] [Patch] board detection WNDR3400v2

2013-02-24 Thread Dirk Neukirchen
for example) Signed off by: Dirk Neukirchen dirkneukirc...@web.de diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index ffb5e7c..f9afa79 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -124,6 +124,7

Re: [OpenWrt-Devel] Option GlobeSurfer II 7.2 NVRAM contents

2013-02-28 Thread Dirk Neukirchen
BCM53xx should be in brcm47xx For board detection have a look at new detection code (in both 3.8, 3.6) https://dev.openwrt.org/browser/trunk/target/linux/brcm47xx/patches-3.8/260-MIPS-BCM47XX-add-board-detection.patch and the backup detection code in

Re: [OpenWrt-Devel] BRCM47xx network/switch changes + ARM

2013-07-15 Thread Dirk Neukirchen
On 14.07.2013 17:12, Hauke Mehrtens wrote: With kernel 3.10 there is no support for the ADMTEK Adm6996 switch in the brcm47xx target which is used on some old devices like the WRT54G revision 1.0 to 2.1. I do not own such a device so someone else has to convert this driver to a phy driver or

Re: [OpenWrt-Devel] [PATCH] Install ip_tunnel module if other modules need it.

2013-07-18 Thread Dirk Neukirchen
On 18.07.2013 06:44, Nikolay Martynov wrote: In 3.10 new ip_tunnel module has been created which is used by sit, ipip, gre. Define ip_tunnel in Kernel Modules config menu and add appropriate dependencies. Fixes #13873 Signed-off-by: Nikolay Martynov mar.ko...@gmail.com --- define

Re: [OpenWrt-Devel] DFS ath9k

2013-08-01 Thread Dirk Neukirchen
On 01.08.2013 19:04, Daniel Dickinson wrote: Hi, Is there any progress on DFS for ath9k/mac80211? Also what support is there presently? (Is it still a case of some kernel hooks, but no userspace; and is the kernel support at least complete?) I'm not asking for estimated availability, just

[OpenWrt-Devel] [Patch][packages] umurmur: update to 0.2.13

2013-08-12 Thread Dirk Neukirchen
polarssl: 32389 size .2.13 polarssl: 33301 Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de diff --git a/net/umurmur/Makefile b/net/umurmur/Makefile index 8c82e6d..333fa2d 100644 --- a/net/umurmur/Makefile +++ b/net/umurmur/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME

[OpenWrt-Devel] Fwd: Re: [Patch][packages] umurmur: update to 0.2.13

2013-08-14 Thread Dirk Neukirchen
Original Message Subject:Re: [OpenWrt-Devel] [Patch][packages] umurmur: update to 0.2.13 Date: Tue, 13 Aug 2013 15:03:32 +0200 From: Dirk Neukirchen dirkneukirc...@web.de To: Vasilis Tsiligiannis acino...@openwrt.gr On 13.08.2013 12:06, Vasilis Tsiligiannis

Re: [OpenWrt-Devel] [Patch][packages] umurmur: update to 0.2.13

2013-08-14 Thread Dirk Neukirchen
i think forward mail in thunderbird broke patch again ... On 13.08.2013 12:06, Vasilis Tsiligiannis wrote: Hello, Στις Δευ 12 Αυγ 2013 12:02:04 Dirk Neukirchen έγραψε: uMurmur 0.2.13 update - requested by forum thread: https://forum.openwrt.org/viewtopic.php?id=21553 Your patch seems

Re: [OpenWrt-Devel] [PATCH][RFC] Add 'N' mode support to broadcom-wl

2013-08-18 Thread Dirk Neukirchen
On 18.08.2013 21:10, Chirag Chhatriwala wrote: Last i checked broadcom-wl didn't support the 5ghz band on that device (i think). Is this still the case? Broadcom support is difficult to determine because PCI ID isn't enough (quote debian wiki): 1st: You have a (radio) core revision

Re: [OpenWrt-Devel] [PATCH] [package/boot/uboot-lantiq] enable/fix u-boot compilation for AVM Fritzbox 3370

2013-08-20 Thread Dirk Neukirchen
On 20.08.2013 22:19, Thomas Strobel wrote: From: Thomas Strobel ts...@cam.ac.uk Fix compilation of uboot-lantiq for AVM Fritzbox 3370. Signed-off-by: Thomas Strobel ts...@cam.ac.uk --- Index: patches/0023-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch

Re: [OpenWrt-Devel] Failing x86 builds with eglibc

2013-08-31 Thread Dirk Neukirchen
On 31.08.2013 01:28, Philip A. Prindeville wrote: make --jobserver-fds=3,4 -j subdir=csu -C csu ..=../ subdir_lib make[6]: Entering directory `/home/philipp/openwrt2/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/libc/csu' make[6]: warning: jobserver unavailable: using

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for Netgear WNR2200 wireless router

2013-09-01 Thread Dirk Neukirchen
/Plain_text_e-mail_%28Thunderbird%29#Completely_Plain_Email nevertheless the following patch applies (dunno if next is necessary for reformatting) Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c b/target/linux/ar71xx/files/arch/mips

Re: [OpenWrt-Devel] [PATCH] [v2][ar71xx] Add support for Netgear WNR2200 wireless router

2013-09-13 Thread Dirk Neukirchen
- WNR2200_GPIO_USB_POWER - add linux/gpio.h dependency - comment out gpio stuff from dd-wrt for now Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib

Re: [OpenWrt-Devel] [PATCH] [ar71xx] change MAC address behavior of dir-825-c1

2013-09-13 Thread Dirk Neukirchen
On 13.09.2013 12:57, Sebastian Kemper wrote: Hello list, The current behavior is that all interfaces (LAN, WAN and Wifi0) get the first MAC address in the mac mtd assigned (Wifi1 gets the MAC address of the second MAC address plus 1). Unfortunately the MAC address printed on the sticker

Re: [OpenWrt-Devel] ping6: sendto: Operation not permitted

2013-09-13 Thread Dirk Neukirchen
On 13.09.2013 13:41, Alina Friedrichsen wrote: root@OpenWrt:/# ping6 www.google.de PING www.google.de (2a00:1450:4013:c00::5e): 56 data bytes ping6: sendto: Operation not permitted WTF, was soll der Mist und wie schalte ich das aus? ___

[OpenWrt-Devel] [Patch][packages] mc: update mc to 4.8.10

2013-09-14 Thread Dirk Neukirchen
Update package mc to 4.8.10 long changelog available: https://github.com/MidnightCommander/mc/blob/master/doc/NEWS Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/mc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/mc/Makefile b/utils/mc

[OpenWrt-Devel] [Patch][packages] peervpn: update peervpn to 0-036 and change peervpn to VPN menu

2013-09-15 Thread Dirk Neukirchen
Update the peervpn package in feeds and change the location in menuconfig to VPN submenu --- net/peervpn/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/peervpn/Makefile b/net/peervpn/Makefile index 695191c..ff930e6 100644 --- a/net/peervpn/Makefile +++

  1   2   3   >