Re: [LEDE-DEV] Cannot compile latest code.

2016-05-11 Thread Dirk Neukirchen
Package dmesg is missing dependencies for the following libraries: libtinfow.so.5 This happens with several other packages now with: staging_dir/target-../usr/lib/libtinfow.so.5: error adding symbols: DSO missing from command line - fixing can involve adding LIBS="-ltinfo" to CONFIGURE_VARS (seem

[LEDE-DEV] [PATCH] curl: update to 7.49

2016-05-19 Thread Dirk Neukirchen
w. curl/mbedtls/wolfssl Signed-off-by: Dirk Neukirchen --- package/network/utils/curl/Makefile| 15 ++--- .../utils/curl/patches/200-no_docs_tests.patch | 10 - .../curl/patches/300-fix-disable-crypto-auth.patch | 25 -- ...10-polarssl

[LEDE-DEV] [PATCH] cyassl/wolfssl: update to 3.9.0

2016-05-19 Thread Dirk Neukirchen
- disable sslv3 (security) - patch is not needed anymore (see src/ssl.c) tested on ar71xx w. curl Signed-off-by: Dirk Neukirchen --- package/libs/cyassl/Makefile | 9 + .../cyassl/patches/300-SSL_set_tlsext_host_name.patch | 19 --- 2 files

[LEDE-DEV] [PATCH] perf: disable libcrypto dependency

2016-05-19 Thread Dirk Neukirchen
upstream change: 8ee4646038e47d065d35703e3e343136c4cd42aa fixes dependency w. Kernel 4.6 Signed-off-by: Dirk Neukirchen --- package/devel/perf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index db68387..026def2 100644

[LEDE-DEV] [PATCH] buildsystem: unify host and package configure

2016-05-19 Thread Dirk Neukirchen
- package-defaults.mk and host-build.mk configure could behave differently - there is already _ARGS in place to hand over stuff Signed-off-by: Dirk Neukirchen --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/host-build.mk b/include/host

[LEDE-DEV] [PATCH] package: spidev_test: update location for >Kernel 4.5

2016-05-19 Thread Dirk Neukirchen
- document indirect source code fixup affecting spidev_test Signed-off-by: Dirk Neukirchen --- package/utils/spidev_test/Makefile | 9 + 1 file changed, 9 insertions(+) diff --git a/package/utils/spidev_test/Makefile b/package/utils/spidev_test/Makefile index 807039a..382b150 100644

[LEDE-DEV] [PATCH v2] cyassl/wolfssl: update to 3.9.0

2016-05-20 Thread Dirk Neukirchen
patch (w.o. stunnel): 131712 - without openssl(extra): 04 - w.o openssl/sni:108515 - w.o openssl/sni/ecc: 93954 so patch 300 saves around 12k compressed ipkg size v2: keep & rename patch 300 for clarity, fixes ustream-ssl/cyassl that broke with v1 Signed-off-by: Dirk Neukirchen --- pac

[LEDE-DEV] [PATCH v2] package: spidev_test: update location for >Kernel 4.5

2016-05-21 Thread Dirk Neukirchen
- document indirect source code fixup affecting spidev_test v2: check against old Kernel versions Signed-off-by: Dirk Neukirchen --- package/utils/spidev_test/Makefile | 9 + 1 file changed, 9 insertions(+) diff --git a/package/utils/spidev_test/Makefile b/package/utils/spidev_test

Re: [LEDE-DEV] [PATCH v2] cyassl/wolfssl: update to 3.9.0

2016-05-21 Thread Dirk Neukirchen
On 21.05.2016 14:39, Hauke Mehrtens wrote: > Hi, > > > On 05/21/2016 07:35 AM, Dirk Neukirchen wrote: >> @@ -38,12 +38,10 @@ endef >> TARGET_CFLAGS += $(FPIC) >> >> CONFIGURE_ARGS += \ >> ---without-zlib \ > > Was the zlib dependency comp

Re: [LEDE-DEV] Test farm for routers / tetaneutral.net

2016-05-24 Thread Dirk Neukirchen
On 24.05.2016 22:43, Laurent GUERBY wrote: > Hi, > > The not-for-profit ISP tetaneutral.net would like to provide > a hardware test farm for small routers in addition to the LEDE mirror > (and GCC Compile Farm machines hosting, RIPE probe, NLNOG ring VM), > as we use OpenWRT/LEDE for all of our me

[LEDE-DEV] [PATCH] util-linux: fix sfdisk

2016-05-25 Thread Dirk Neukirchen
reported by reproducible openwrt project[1]: we package some libtool shell script - add missing dependencies [1]: https://reproducible.debian.net/openwrt/openwrt.html Signed-off-by: Dirk Neukirchen --- package/utils/util-linux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[LEDE-DEV] [PATCH v2] util-linux: fix sfdisk

2016-05-25 Thread Dirk Neukirchen
) on x86 qemu VM with allyesconfig Signed-off-by: Dirk Neukirchen --- package/utils/util-linux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index c128b48..96d1581 100644 --- a/package/utils

[LEDE-DEV] [PATCH v3] util-linux: fix sfdisk

2016-05-25 Thread Dirk Neukirchen
last changes tested (cal,dmesg,sfdisk) on x86 qemu VM with allyesconfig Signed-off-by: Dirk Neukirchen --- package/utils/util-linux/Makefile | 171 +++--- 1 file changed, 85 insertions(+), 86 deletions(-) diff --git a/package/utils/util-linux/Makefile b/package

[LEDE-DEV] [PATCH] util-linux: fix breakage

2016-05-27 Thread Dirk Neukirchen
e to `tigetflag' more.c:(.text+0x20ec): undefined reference to `tigetstr' more.c:(.text+0x2148): undefined reference to `PC' text-utils/more-more.o: In function `reset_tty': more.c:(.text+0x2630): undefined reference to `tputs' - fix line length Signed-off-by: Dirk

[LEDE-DEV] [PATCH v2] util-linux: fix breakage

2016-05-27 Thread Dirk Neukirchen
e to `tigetflag' more.c:(.text+0x20ec): undefined reference to `tigetstr' more.c:(.text+0x2148): undefined reference to `PC' text-utils/more-more.o: In function `reset_tty': more.c:(.text+0x2630): undefined reference to `tputs' - fix line length Signed-off-by: Dirk

[LEDE-DEV] [PATCH] xtables-addons: update to 2.11

2016-05-31 Thread Dirk Neukirchen
- fix compilation w. Kernel 4.6 due to hash->shash crypto API - remove a patch integrated upstream - remove unrecognized configure option removed upstream in 2010 commit 40d0345f1ed02de183b13a6ce38847bc1f4ac48e Signed-off-by: Dirk Neukirchen --- package/network/utils/xtables-addons/Makef

[LEDE-DEV] [PATCH] openvpn: remove unrecognized option

2016-05-31 Thread Dirk Neukirchen
removed upstream in https://github.com/OpenVPN/openvpn/commit/9ffd00e7541d83571b9eec087c6b3545ff68441f now its always on Signed-off-by: Dirk Neukirchen --- package/network/services/openvpn/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/services/openvpn/Makefile b

[LEDE-DEV] [PATCH] elfutils: remove unrecognized config option

2016-05-31 Thread Dirk Neukirchen
fixes: configure: WARNING: unrecognized options: --disable-werror Signed-off-by: Dirk Neukirchen --- package/libs/elfutils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile index fa7bc55..5292eba 100644 --- a/package/libs

[LEDE-DEV] [PATCH] libpcap: remove unrecognized configure options

2016-05-31 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/libs/libpcap/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index 3943efa..1011ce6 100644 --- a/package/libs/libpcap/Makefile +++ b/package/libs/libpcap/Makefile @@ -54,9 +54,7

Re: [LEDE-DEV] [RFC v3 2/2] x86: use sysfs DMI information to populate sysinfo

2016-06-01 Thread Dirk Neukirchen
On 01.06.2016 17:14, Jo-Philipp Wich wrote: > Use the DMI data available in sysfs to extract manufacturer and model info > and write it to /tmp/sysinfo/. > > The data will be picked up by board_detect and can be used by e.g. LuCI to > display a more appropriate model description. > > On an APU bo

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH] package/devel/gdb: Add support of ARC gdb

2016-06-01 Thread Dirk Neukirchen
On 01.06.2016 17:32, Alexey Brodkin wrote: > Also we disable sim because if the following breakage while > building with it: > >8 > /usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \ > -mono -fast -pbb -switch sem5-switch.c \ > -cpu a5f -infile ./ml

[LEDE-DEV] [PATCH] modules: add BMP085 pressure sensor

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/other.mk | 48 +++ 1 file changed, 48 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 11d836e..bc7fb7c 100644 --- a/package/kernel/linux

[LEDE-DEV] [PATCH] omap: remove config symbol NETFILTER

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index b4f4e53..5bc619d 100644 --- a/target/linux/omap/config-4.4 +++ b/target/linux/omap/config-4.4 @@ -387,7 +387,6

[LEDE-DEV] [PATCH] omap: remove XFRM config symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index 3d33b0c..82b8ca7 100644 --- a/target/linux/omap/config-4.4 +++ b/target/linux/omap/config-4.4 @@ -669,8 +669,6

[LEDE-DEV] [PATCH] omap: remove BMP085 symbol

2016-06-04 Thread Dirk Neukirchen
BMP085 is a pressure sensor and available as module Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index a483ab2..b4f4e53 100644 --- a/target/linux/omap/config-4.4

[LEDE-DEV] [PATCH] omap: remove config symbol W1

2016-06-04 Thread Dirk Neukirchen
it is available as module Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index 5bc619d..3d33b0c 100644 --- a/target/linux/omap/config-4.4 +++ b/target/linux/omap

[LEDE-DEV] [PATCH] modules: add missing module to ipsec description

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/netsupport.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 09fa595..24f1e27 100644 --- a/package/kernel/linux/modules

[LEDE-DEV] [PATCH] sunxi: remove XFRM_ config symbols

2016-06-04 Thread Dirk Neukirchen
they are part of packages Signed-off-by: Dirk Neukirchen --- target/linux/sunxi/config-4.4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4 index 4050494..4784efb 100644 --- a/target/linux/sunxi/config-4.4 +++ b/target/linux

[LEDE-DEV] [PATCH] zynq: remove unneeded _DIAG and _XFRM symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/zynq/config-4.4 | 7 --- 1 file changed, 7 deletions(-) diff --git a/target/linux/zynq/config-4.4 b/target/linux/zynq/config-4.4 index ea28550..f8e080d 100644 --- a/target/linux/zynq/config-4.4 +++ b/target/linux/zynq/config-4.4 @@ -360,12

[LEDE-DEV] [PATCH] malta: remove unneeded symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/malta/config-4.4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/malta/config-4.4 b/target/linux/malta/config-4.4 index 7bcfaea..b19c9f2 100644 --- a/target/linux/malta/config-4.4 +++ b/target/linux/malta/config-4.4 @@ -139,8

[LEDE-DEV] [PATCH] sunxi: remove NAMESPACES config symbols

2016-06-04 Thread Dirk Neukirchen
they are available in config/Config-kernel.in Signed-off-by: Dirk Neukirchen --- target/linux/sunxi/config-4.4 | 4 1 file changed, 4 deletions(-) diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4 index 4784efb..568bcb7 100644 --- a/target/linux/sunxi/config-4.4

[LEDE-DEV] [PATCH] malta: remove NAMESPACES config symbols

2016-06-04 Thread Dirk Neukirchen
they are available in config/Config-kernel.in Signed-off-by: Dirk Neukirchen --- target/linux/malta/config-4.4 | 6 -- 1 file changed, 6 deletions(-) diff --git a/target/linux/malta/config-4.4 b/target/linux/malta/config-4.4 index b19c9f2..c20073b 100644 --- a/target/linux/malta/config-4.4

[LEDE-DEV] [PATCH] oxnas: remove unneeded _DIAG symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/oxnas/config-4.4 | 5 - 1 file changed, 5 deletions(-) diff --git a/target/linux/oxnas/config-4.4 b/target/linux/oxnas/config-4.4 index 07ce8b2..23b20de 100644 --- a/target/linux/oxnas/config-4.4 +++ b/target/linux/oxnas/config-4.4 @@ -192,9

[LEDE-DEV] [PATCH] mpc85xx: remove unneeded symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/mpc85xx/config-4.4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/mpc85xx/config-4.4 b/target/linux/mpc85xx/config-4.4 index 5b76ec5..90bde4f 100644 --- a/target/linux/mpc85xx/config-4.4 +++ b/target/linux/mpc85xx/config-4.4

[LEDE-DEV] [PATCH] omap: remove NAMESPACES config symbols

2016-06-04 Thread Dirk Neukirchen
they are available in config/Config-kernel.in Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index 82b8ca7..88d7b33 100644 --- a/target/linux/omap/config-4.4 +++ b

[LEDE-DEV] [PATCH] mediatek: remove modules from Kernel config

2016-06-04 Thread Dirk Neukirchen
most symbols should be in Kernel packages depending on HW the removal of CONFIG_REALTEK_PHY and USB symbols might be wrong compile tested only Signed-off-by: Dirk Neukirchen --- target/linux/mediatek/config-4.4 | 85 1 file changed, 85 deletions

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-04 Thread Dirk Neukirchen
On 04.06.2016 16:15, Yousong Zhou wrote: > It has been quite a while since I tried building ar71xx kernel by > deleting unneeded mach files first. I believe the size reduction was > not so impressive that I do not remember them at all... Some results on TP-LINK WDR3600 target: without mach-files

Re: [LEDE-DEV] lede integration issues remaining from the detrius of cerowrt

2016-06-12 Thread Dirk Neukirchen
On 11.06.2016 19:44, Dave Taht wrote: > E) https://github.com/dtaht/ceropackages-3.10/tree/master/utils/gdisk > > The principal problem with fdisk nowadays is that very large (> 2TB, I > think) devices are not supported by it, and require a GPT capable > tool. Is there a replacement in lede that h

Re: [LEDE-DEV] [PATCH] e2fsprogs: fix build problem with very old libmagic

2016-06-29 Thread Dirk Neukirchen
On 29.06.2016 23:14, Hauke Mehrtens wrote: > From: Hauke Mehrtens > > The libmagic shipped with RedHat 5 does not define As a reference - RHEL4: Mar/2017, RHEL5:Nov/2020 src: https://access.redhat.com/support/policy/updates/errata I have recommended/tested build OS on my todo list > MAGIC_N

[LEDE-DEV] [PATCH] glibc: add 2.24

2016-08-29 Thread Dirk Neukirchen
y defined instead of testing other flags/effects (-fno-omit-frame-pointer) just use -O2 (like buildroot does) instead of -Os boot+pings tested on: qemu malta (le+be) (gcc5+bin2.25.1) qemu aarch64 (gcc5+bin2.25.1) qemu x86_64 (gcc6+bin2.26) qemu x86 generic (gcc6+bin2.26) Signed-off-by: Dirk N

[LEDE-DEV] [PATCH] uboot-ar71xx: make reproducible

2016-10-12 Thread Dirk Neukirchen
-builds.org/lede/lede.html Compile tested only (verified w. hexdump & md5sum) Signed-off-by: Dirk Neukirchen --- ...e-U-Boot-build-support-using-SOURCE_DATE_.patch | 82 ++ ...akefile-Reproducible-U-Boot-build-support.patch | 31 package/boot/uboot-ar71xx/patches

[LEDE-DEV] [PATCH 1/3] gettext: fix whitespace

2016-10-12 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/libs/gettext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/gettext/Makefile b/package/libs/gettext/Makefile index cb4ee12..1672b47 100644 --- a/package/libs/gettext/Makefile +++ b/package/libs/gettext/Makefile

[LEDE-DEV] [PATCH 2/3] autotools: use correct version for gettext FIXUP

2016-10-12 Thread Dirk Neukirchen
0.19.8.1 gettext-full uses "archive-version" of 0.19.8 to replace makros, leading to breakage of PKG_FIXUP:=gettext-version Signed-off-by: Dirk Neukirchen --- include/autotools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/autotools.mk b/include/au

[LEDE-DEV] [PATCH 3/3] gettext-full: update to 0.19.8.1

2016-10-12 Thread Dirk Neukirchen
- unify configs of host/target - disable stuff to decrease build time - disable interactive gettextize: see http://lists.busybox.net/pipermail/buildroot/2014-April/093394.html Signed-off-by: Dirk Neukirchen --- package/libs/gettext-full/Makefile | 18

[LEDE-DEV] gettext-full: update to 0.19.8.1

2016-10-12 Thread Dirk Neukirchen
Daniel Engberg asked for updates and I have this series in my local tree since some time but hesitated to commit I did several builds with all packages/kmods for ar71xx and probably other targets I cannot remember and have seen no issues from this patch on my build system __