[LEDE-DEV] [PATCH] iproute2: fix hidden uint to uin64_t promottion in json_print

2018-03-18 Thread Kevin Darbyshire-Bryant
print_int used 'int' type internally, whereas print_uint used 'uint64_t' These helper functions eventually call vfprintf(fp, fmt, args) which is a variable argument list function and is dependent upon 'fmt' containing correct information about the length of the passed arguments. Unfortunately pri

Re: [LEDE-DEV] apm821xx target: kernel gets too big

2018-03-18 Thread Christian Lamparter
On Sonntag, 18. März 2018 00:24:06 CET Hauke Mehrtens wrote: > Hi, > > After the upgrade to GCC 7.3 the kernel on the apm821xx target gets too > big for the meraki_mr24 device and the build in build bot is failing. > Could you please have a look at this problem: > http://phase1.builds.lede-project

[LEDE-DEV] [PATCH v2] iproute2: fix hidden uint to uin64_t promotion in json_print

2018-03-18 Thread Kevin Darbyshire-Bryant
print_int used 'int' type internally, whereas print_uint used 'uint64_t' These helper functions eventually call vfprintf(fp, fmt, args) which is a variable argument list function and is dependent upon 'fmt' containing correct information about the length of the passed arguments. Unfortunately pri

Re: [LEDE-DEV] [PATCH 3/3] lantiq: add support for AVM FRITZ!Box 7412

2018-03-18 Thread Mathias Kresin
Hey Valentin, I spotted only minor stuff. Find my review inline. I added Stefan Koch, he is way familiar with the telephony stuff and might see why it doesn't work for you. Mathias 09.03.2018 20:17, Valentin Spreckels: Specification: - SoC: Lantiq VRX 220 - CPU Cores: 2x MIPS 34Kc at 500 MH

[LEDE-DEV] [PATCH] ncurses: Update to 6.1.

2018-03-18 Thread Rosen Penev
Compile tested on ar71xx. Signed-off-by: Rosen Penev --- package/libs/ncurses/Makefile | 6 +-- .../patches/100-ncurses-5.6-20080112-urxvt.patch | 2 +- .../patches/101-ncurses-5.6-20080628-kbs.patch | 46 +++--- .../ncurses/patches/102-ncurses-5.9-gc

[LEDE-DEV] [PATCH v1] dnsmasq: bump to 2.79 release

2018-03-18 Thread Kevin Darbyshire-Bryant
94b6878 Tidy crypto.c of old library compat. Now need libnettle 3. 8b96552 Fix compiler warning. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/services/dnsmasq/Makefil

[LEDE-DEV] OpenWrt Summit 2018

2018-03-18 Thread Hauke Mehrtens
[forwarded from the OpenWrt mailing list] Hi Everyone, It's official, OpenWrt Summit will be in Lisbon, Portugal on October 29th & 30th! We can't wait to see you there.  The CFP is open until May 15th - https://www.papercall.io/openwrtsummit2018 You can submit 20 or 40 minute talks, and 2 or 4

[LEDE-DEV] [PATCH] ethtool: Update to 4.15.

2018-03-18 Thread Rosen Penev
Contains kernel 4.14 updates. Compile tested on mvebu. Signed-off-by: Rosen Penev --- package/network/utils/ethtool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index b36962601f..

[LEDE-DEV] [PATCH] libtool: Update to 2.4.6

2018-03-18 Thread Rosen Penev
Compile tested on ar71xx. Signed-off-by: Rosen Penev --- package/libs/libtool/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/libtool/Makefile b/package/libs/libtool/Makefile index 8cef09f78a..37b91dce7a 100644 --- a/package/libs/libtool/Makefile +

[LEDE-DEV] [PATCH] curl: Update to 7.59

2018-03-18 Thread Rosen Penev
Compile tested on ar71xx. Signed-off-by: Rosen Penev --- package/network/utils/curl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index 0cc6b03ad1..1011dcc786 100644 --- a/package/networ