[OpenWrt-Devel] [PATCH] uClibc-ng: update to 1.0.9

2015-11-29 Thread Waldemar Brodkorb
Update to 1.0.9, switch to XZ tarball. Signed-off-by: Waldemar Brodkorb <w...@uclibc-ng.org> --- toolchain/uClibc/Config.version |2 +- toolchain/uClibc/common.mk |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchain/uClibc/Config.version b/too

Re: [OpenWrt-Devel] [Buildroot] uClibc-ng

2014-07-21 Thread Waldemar Brodkorb
Hi Thomas, Thomas De Schampheleire wrote, Hi Waldemar, Waldemar Brodkorb w...@uclibc-ng.org schreef: Hello Embedded Linux Hackers, Interesting development! One question: how do you see musl vs uclibc-ng in the future? At this moment uclibc supports more architectures, but this may

Re: [OpenWrt-Devel] uClibc-ng

2014-07-21 Thread Waldemar Brodkorb
Hi Sedat, Sedat Dilek wrote, On Sun, Jul 20, 2014 at 9:13 PM, Waldemar Brodkorb w...@uclibc-ng.org wrote: Hello Embedded Linux Hackers, it seems there is no plan to release a new uClibc version. The current maintainer does not response on any public or private mails about a plan to do

Re: [OpenWrt-Devel] uClibc-ng

2014-07-21 Thread Waldemar Brodkorb
Hi Florian, Florian Fainelli wrote, Hello, (adding uclibc and Bernhard) 2014-07-20 12:13 GMT-07:00 Waldemar Brodkorb w...@uclibc-ng.org: Hello Embedded Linux Hackers, it seems there is no plan to release a new uClibc version. The current maintainer does not response on any public

Re: [OpenWrt-Devel] uClibc-ng

2014-07-21 Thread Waldemar Brodkorb
Hi Florian, Florian Fainelli wrote, To speak my mind, I think uClibc has no future in the next 2 or 3 years, musl is a much more active project, with multiple embedded projects starting to use it, on the other end, (e)glibc has remedied its own problems and its useful again. I am on your

[OpenWrt-Devel] uClibc-ng

2014-07-20 Thread Waldemar Brodkorb
Hello Embedded Linux Hackers, it seems there is no plan to release a new uClibc version. The current maintainer does not response on any public or private mails about a plan to do a needed release. Therefore most of you carrying a lot of patches against uClibc 0.9.33.2 to make it work in your

[OpenWrt-Devel] [PATCH] NetBSD fixes

2013-03-13 Thread Waldemar Brodkorb
Hi, this patch enables NetBSD (6.0.1 amd64) as buildsystem for OpenWrt. This makes the BSD family support nearly completely usable for the base system. As reference I am building Realviw Qemu Arm images. Please commit. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: include

[OpenWrt-Devel] [PATCH] Cygwin fixes patch

2013-03-12 Thread Waldemar Brodkorb
suggestions are welcome. Any Cygwin users there? Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: include/prereq-build.mk === --- include/prereq-build.mk (Revision 35158) +++ include/prereq-build.mk

[OpenWrt-Devel] [PATCH] mksh update

2013-03-11 Thread Waldemar Brodkorb
Hi, this updates mksh to the latest available upstream version. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: utils/mksh/Makefile === --- utils/mksh/Makefile (Revision 35899) +++ utils/mksh/Makefile

[OpenWrt-Devel] [PATCH] ncurses FreeBSD cross

2013-03-11 Thread Waldemar Brodkorb
Hi, this fixes cross-compile of ncurses on a FreeBSD host, where no tic is available. It compiles the tic utility on the host and uses it to compile the terminfo stuff. Still works on Linux/OpenBSD, too. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: package/libs/ncurses

[OpenWrt-Devel] [PATCH] bridge-utils conflicts with busybox brctl

2013-03-11 Thread Waldemar Brodkorb
Hi, bridge-utils conflicts with busybox brctl. Allow the package to be installed and mimic the GNU tar package behavior. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: net/bridge-utils/Makefile === --- net/bridge

[OpenWrt-Devel] flex is required for ipv6/send

2013-03-11 Thread Waldemar Brodkorb
Hi, README says flex is required, which is true for some packages. Flex is not checked by the build system. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: include/prereq-build.mk === --- include/prereq-build.mk

Re: [OpenWrt-Devel] flex is required for ipv6/send

2013-03-11 Thread Waldemar Brodkorb
Hi, forget this patch, tools/flex exist. bye Waldemar Waldemar Brodkorb wrote, Hi, README says flex is required, which is true for some packages. Flex is not checked by the build system. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: include/prereq-build.mk

[OpenWrt-Devel] uclibc++ on FreeBSD

2013-03-11 Thread Waldemar Brodkorb
Hi, need to unset make to cross-compile with gmake under FreeBSD. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: package/libs/uclibc++/patches/001-do-not-set-make.patch === --- package/libs/uclibc++/patches/001

[OpenWrt-Devel] [PATCH] ipv6/send use flex instead of lex

2013-03-11 Thread Waldemar Brodkorb
Hi, flex is build as a tool inside the build system, so use it. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: ipv6/send/patches/007-use-flex.patch === --- ipv6/send/patches/007-use-flex.patch(Revision 0

[OpenWrt-Devel] compile fix for dash on OpenBSD host

2013-03-08 Thread Waldemar Brodkorb
Hi, nl is not available on OpenBSD, but gnl via coreutils package. It is used by a source code generation script in the dash package. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: tools/Makefile === --- tools

Re: [OpenWrt-Devel] BSD compile fixes

2013-03-07 Thread Waldemar Brodkorb
Hi, a new version of my BSD patch. - added FreeBSD install script - search for /usr/local/bin/getopt before /usr/bin/getopt - search for gnustat on FreeBSD best regards Waldemar Index: scripts/openbsd.sh === ---

Re: [OpenWrt-Devel] [PATCH] BSD compile fixes

2013-03-07 Thread Waldemar Brodkorb
to install needed tools on BSD via packages. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: scripts/openbsd.sh === --- scripts/openbsd.sh (revision 0) +++ scripts/openbsd.sh (working copy) @@ -0,0 +1,24 @@ +#!/bin

[OpenWrt-Devel] Python compile fix on BSD hosts

2013-03-07 Thread Waldemar Brodkorb
Hi, this small fix allows cross-compile of python on BSD hosts. Signed-off-by: Waldemar Brodkorb m...@waldemar-brodkorb.de Index: lang/python/Makefile === --- lang/python/Makefile(revision 35899) +++ lang/python/Makefile

[OpenWrt-Devel] BSD compile fixes

2013-03-06 Thread Waldemar Brodkorb
Hi, I would like to work on a better BSD support as a host system for OpenWrt. Here is my first patch which fixes a lot of compile errors on OpenBSD. What you think about this patch? best regards Waldemar Index: tools/e2fsprogs/patches/003-openbsd-compat.patch

Re: [OpenWrt-Devel] BSD compile fixes

2013-03-06 Thread Waldemar Brodkorb
Hi Felix, Felix Fietkau wrote, Index: include/host-build.mk === --- include/host-build.mk (revision 35879) +++ include/host-build.mk (working copy) @@ -71,7 +71,7 @@ HOST_MAKE_FLAGS = -HOST_CONFIGURE_CMD =

Re: [OpenWrt-Devel] OpenJDK 6 package submission

2011-09-14 Thread Waldemar Brodkorb
Hi Felix, thanks for the helpful responses. Just one note: On Sep 13, 2011, at 1:20 PM, Felix Fietkau wrote: 1.) gcc/g++ binaries in toolchain OpenJDK uses the variable ALT_COMPILER_PATH to find the cross-compiler in short form (gcc/g++). But when using the compiler from