[LEDE-DEV] [PATCH] ubus/lua: pass notification name to callback

2018-01-16 Thread Dirk Feytons
-off-by: Dirk Feytons --- lua/subscriber.lua |5 +++-- lua/ubus.c |5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lua/subscriber.lua b/lua/subscriber.lua index e1d3a9f..f59448d 100755 --- a/lua/subscriber.lua +++ b/lua/subscriber.lua @@ -15,8 +15,9 @@ if

[LEDE-DEV] ar71xx: latest WAN LED commit, "TL_WR1043_V5_GPIO_LED_WANORANGE" is undefined

2017-12-14 Thread Dirk Brenken
Hi, this commit https://git.lede-project.org/?p=source.git;a=commit;h=25699 0cbc0157feb8a9f37efeebf0330ab73727f will probably lead into a compile error. "TL_WR1043_V5_GPIO_LED_WANORANGE" is undefined. br dirk ___ Lede-dev mailing lis

Re: [LEDE-DEV] odhcpd: possible regression in make DHCPv4 support compiletime configurable

2017-11-24 Thread Dirk Brenken
Hi, from my perspective a toolchain bug in CMAKE-based packages like odhcpd or uttpd, see FS#1189. best regards dirk On Fr, 2017-11-24 at 12:57 -0500, Eric Luehrsen wrote: > On 11/23/2017 03:54 AM, Hans Dedecker wrote: > > Hi, > > > > On Thu, Nov 23, 2017 at 6:38 AM,

Re: [LEDE-DEV] [PATCH] .gitignore: add .project for eclipse users

2017-07-19 Thread Dirk Feytons
ndex aff13e1136..a032dedd81 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -25,3 +25,4 @@ key-build* > .emacs.desktop* > TAGS*~ > git-src > +.project While at it perhaps also add .cproject for those that use CDT within Eclipse? Dirk F. __

Re: [LEDE-DEV] dnsmasq: please revert/disable "dhcp-script" feature by default

2017-06-01 Thread Dirk Brenken
restart dnsmasq and adblock afterwards. #   xappend "--dhcp-script=$DHCPSCRIPT" After that change everything is working fine again, as long as only one instance of dnsmasq runs. Please advice - many thanks! Dirk Am Sonntag, den 28.05.2017, 21:59 +0200 schrieb Jo-Philipp Wich: > H

Re: [LEDE-DEV] dnsmasq: please revert/disable "dhcp-script" feature by default

2017-05-28 Thread Dirk Brenken
/dnsmasq.conf.cfg02411c -k -x /var/run/dnsmasq/dnsmasq.cfg02411c.pid 15828 15825 root S27968   1%   0% /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg02411c -k -x /var/run/dnsmasq/dnsmasq.cfg02411c.pid best regards dirk Am Sonntag, den 28.05.2017, 19:42 +0200 schrieb Jo-Philipp Wich: > Hi, > > usua

[LEDE-DEV] dnsmasq: please revert/disable "dhcp-script" feature by default

2017-05-28 Thread Dirk Brenken
Hi, this new "feature" doubles the RAM resource needs (additional dnsmasq process) ... if you are using dns based adblock this can take additional 2-25 MByte. Please disable this feature by default. Thanks! Dirk ___ Lede-dev mailing lis

Re: [LEDE-DEV] procd init script questions ...

2016-11-30 Thread Dirk Brenken
Am Mittwoch, den 30.11.2016, 21:29 +0100 schrieb Jo-Philipp Wich: Hi Jo, thank you very much for clarification and a quite good example. br dirk > Hi Dirk, > > > That does not work for me.  > > > > root@adb2go:/etc/config$ uci set firewall.@zone[1].mtu_fix='

Re: [LEDE-DEV] procd init script questions ...

2016-11-30 Thread Dirk
Am Mittwoch, den 30.11.2016, 07:25 +0100 schrieb John Crispin: > > On 30/11/2016 06:11, Dirk Brenken wrote: > > Hi list, > > > > after studying a few mostly incomplete/outdated online docs and > > examples on github (lede main source & package repo) procd

[LEDE-DEV] procd init script questions ...

2016-11-29 Thread Dirk Brenken
this case? I.e. the firewall init script (fw3 does not run as a daemon) defines things like that: service_triggers() { procd_add_reload_trigger firewall       [...] } 3. Is it possible to replace normal hotplug-script functionality with 'se

Re: [LEDE-DEV] buildroot broken on debian jessie

2016-10-29 Thread Dirk
Hi Jo, thanks, I've switched to latest gcc-5 via update-alternatives and my buildroot ist up & running ... ;-) gcc (Debian 5.4.1-3) 5.4.1 20161019 Copyright (C) 2015 Free Software Foundation, Inc. br dirk Am Samstag, den 29.10.2016, 18:13 +0200 schrieb Jo-Philipp Wich: > Hi Dirk,

Re: [LEDE-DEV] buildroot broken on debian jessie

2016-10-29 Thread Dirk
stributor ID: Debian Description:Debian GNU/Linux testing (stretch) Release:testing Codename: stretch root@blackserve:~# gcc --version gcc (Debian 6.2.0-9) 6.2.0 20161019 br dirk Am Samstag, den 29.10.2016, 16:43 +0200 schrieb Alexander Dahl: > Hei hei, > > On 29.10.2016 11:

Re: [LEDE-DEV] buildroot broken on debian jessie

2016-10-29 Thread Dirk
Hi Jo, that doesn't help. I've added the -fPIC command to your test: root@x250:/home/dirk/Downloads/lede/clean/source# echo 'int main(int a, char **v) { gzdopen(0, "rb"); return 0; }' | gcc -include zlib.h -x c -o test - -fPIC -Wl,-Bstatic -lz -Wl,-Bdynamic /u

[LEDE-DEV] buildroot broken on debian jessie

2016-10-29 Thread Dirk
64-linux- gnu/libz.a(gzlib.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status br dirk Am Samstag, den 29.10.2016, 11:10 +0200 s

[LEDE-DEV] buildroot broken on debian jessie

2016-10-29 Thread Dirk
hanks! Dirk root@x250:/home/dirk/Downloads/lede/clean/source# make menuconfig Checking 'working-make'... ok. Checking 'case-sensitive-fs'... ok. Checking 'proper-umask'... ok. Checking 'gcc'... ok. Checking 'working-gcc'... ok. Checking 'g++&#x

Re: [LEDE-DEV] [PATCH 1/2] uci/lua: add list_configs() function

2016-10-26 Thread Dirk Feytons
On 29 September 2016 at 17:39, Dirk Feytons wrote: > Returns an array with all the available configs. > > Signed-off-by: Dirk Feytons > --- > lua/uci.c | 21 + > 1 file changed, 21 insertions(+) Hi Felix, Have you had a chance to take a look at these t

[LEDE-DEV] TR-069 for OpenWrt (part 2)

2016-10-26 Thread Dirk Feytons
hope that others will find our code useful too. This is the first drop of transformer on GitHub and we will follow up shortly with Makefiles for the packages feed, tests, more documentation, example mappings … Please bear with us. We definitely welcome help and feedback from early adopters. Dirk

[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 __

[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 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] 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 2/2] uci/lua: add explicit close() method

2016-09-29 Thread Dirk Feytons
This allows a caller to explicitly free the cursor as soon as it is no longer needed instead of having to wait for the garbage collector. Signed-off-by: Dirk Feytons --- lua/uci.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/lua/uci.c b/lua/uci.c index

[LEDE-DEV] [PATCH 1/2] uci/lua: add list_configs() function

2016-09-29 Thread Dirk Feytons
Returns an array with all the available configs. Signed-off-by: Dirk Feytons --- lua/uci.c | 21 + 1 file changed, 21 insertions(+) diff --git a/lua/uci.c b/lua/uci.c index 47d59c8..ddb9c5c 100644 --- a/lua/uci.c +++ b/lua/uci.c @@ -911,6 +911,26 @@ uci_lua_set_savedir

[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

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

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] 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

[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

[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] 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] 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] 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] 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] 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 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] 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

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

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] TR-069 for OpenWrt

2016-06-01 Thread Dirk Feytons
mplement the TR-069 datamodels in OpenWrt. The talk was recorded and is available at https://www.youtube.com/watch?v=zVzEmewJG8I Dirk F. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[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

[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] 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 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] 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 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 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] 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

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

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

[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

[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] 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] 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] 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] 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] 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

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