[LEDE-DEV] Backport dropbear SHA256 HMAC to 17.01

2017-02-14 Thread Stijn Tintel
Hi, I would like to cherry-pick the following commit to lede-17.01: 0bf85ef dropbear: enable SHA256 HMACs Please ACK/NAK. Thanks, Stijn ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Makefile question

2017-02-14 Thread Yousong Zhou
On 15 February 2017 at 06:33, Philip Prindeville wrote: [...] >>> >>> Part of the problem is making package/Makefile recurse with additional >>> arguments and a different working directory… When I try to do this, the >>> submake of package/Makefile gets run without inherited variables like >

[LEDE-DEV] External kernel version struggles

2017-02-14 Thread Florian Fainelli
Hi, Not sure how many of us do actually use that feature, but using external kernels with OpenWrt/LEDE yields essentially one big problem which is that we almost always have to lie about the exact kernel version. This manifests itself in several ways, all related: - we don't determine the exact

Re: [LEDE-DEV] impressed by progress on odhcpd and procd and elsewhere.

2017-02-14 Thread Philip Prindeville
> On Feb 11, 2017, at 11:11 PM, Stijn Tintel wrote: > > On 10-02-17 18:11, Dave Taht wrote: >> About the biggest request from the field seems to be supplying RA and >> dhcpv6 dns on a more real IPv6 address than fe80 to make android users >> happier (https://github.com/dtaht/dnsmasq-lede/issues/

Re: [LEDE-DEV] Makefile question

2017-02-14 Thread Philip Prindeville
> On Feb 13, 2017, at 11:25 PM, Yousong Zhou wrote: > > On 14 February 2017 at 10:51, Philip Prindeville > wrote: >> >> Hi Yousong, >> >> I’ve been working on both OpenWRT and LEDE and needed to get some hooks >> working in OpenWRT so I focused on that first. >> >> These are the changes I m

Re: [LEDE-DEV] [PATCH] brcm47xx: fix button inversion for Asus WL-500W

2017-02-14 Thread Rafał Miłecki
On 14 February 2017 at 22:38, Mirko Parthey wrote: > The Asus WL-500W buttons are active high, > but the software treats them as active low. > Fix the inverted logic. > > Signed-off-by: Mirko Parthey Please send upstream patch for this. See MIPS entry in MAINTAINERS (there is Ralf and his git://

[LEDE-DEV] [PATCH] brcm47xx: fix button inversion for Asus WL-500W

2017-02-14 Thread Mirko Parthey
The Asus WL-500W buttons are active high, but the software treats them as active low. Fix the inverted logic. Signed-off-by: Mirko Parthey --- .../patches-4.4/330-asus-wl500w-buttons.patch | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 target/linux/brcm47

Re: [LEDE-DEV] Observing procd progress

2017-02-14 Thread Philip Prindeville
> On Feb 14, 2017, at 2:45 AM, Petr Štetiar wrote: > > Philip Prindeville [2017-02-12 12:57:19]: > > Hi, > >> One thing I was wondering about was, on a headless system, but that does >> have an LCD display, is maybe capturing the progress of procd as it runs and >> displaying it on that LCD.

[LEDE-DEV] [PATCH 4/4] brcm63xx: CPVA642+: add SPROM wifi

2017-02-14 Thread Daniel Gonzalez Cabanelas
Add SPROM wifi to the kernel board data. After this fix, the wifi won't work anyway due the lack of RAM memory (16 MB). It will throw a kernel panic when loading the b43 drivers. Signed-off-by: Daniel Gonzalez Cabanelas diff --git a/target/linux/brcm63xx/patches-4.4/519_board_CPVA502plus.patch

[LEDE-DEV] [PATCH 3/4] brcm63xx: CPVA642+: fix userspace support

2017-02-14 Thread Daniel Gonzalez Cabanelas
Fix board name typo, fix network configuration and add a led trigger. Signed-off-by: Daniel Gonzalez Cabanelas diff --git a/target/linux/brcm63xx/base-files/etc/board.d/01_leds b/target/linux/brcm63xx/base-files/etc/board.d/01_leds index 7d208cc..61f685e 100755 --- a/target/linux/brcm63xx/base-f

[LEDE-DEV] [PATCH 2/4] brcm63xx: CPVA642+: fix image generation

2017-02-14 Thread Daniel Gonzalez Cabanelas
Fix typo, erase pointless option and allow to build the image. Signed-off-by: Daniel Gonzalez Cabanelas diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index 0749c29..969d75f 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm6

[LEDE-DEV] [PATCH 1/4] brcm63xx: CPVA642+: fix LEDs and buttons at DTS

2017-02-14 Thread Daniel Gonzalez Cabanelas
Leds are wrong and a button is missing, fix them. Signed-off-by: Daniel Gonzalez Cabanelas diff --git a/target/linux/brcm63xx/dts/cpva502plus.dts b/target/linux/brcm63xx/dts/cpva502plus.dts index 6d9b5d3..3ddc459 100644 --- a/target/linux/brcm63xx/dts/cpva502plus.dts +++ b/target/linux/brcm63xx/

[LEDE-DEV] [PATCH] ar71xx: set status led for the gl-* boards

2017-02-14 Thread Wojciech Jowsa
This sets status_led for the gl-ar300m and gl-mifi boards. Signed-off-by: Wojciech Jowsa --- target/linux/ar71xx/base-files/etc/diag.sh | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index a407a99..

Re: [LEDE-DEV] [PATCH] brcm47xx: fix USB driver choice for Asus WL-500W

2017-02-14 Thread Rafał Miłecki
On 14 February 2017 at 15:05, Mirko Parthey wrote: > Choose a set of USB drivers which actually support the Asus WL-500W hardware. > > Signed-off-by: Mirko Parthey Can you provide me a boot log with proper modules added, please? ___ Lede-dev mailing l

[LEDE-DEV] [PATCH] brcm47xx: fix USB driver choice for Asus WL-500W

2017-02-14 Thread Mirko Parthey
Choose a set of USB drivers which actually support the Asus WL-500W hardware. Signed-off-by: Mirko Parthey --- target/linux/brcm47xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile ind

Re: [LEDE-DEV] [PATCH mdns 1/3] Prepare support for sending unicast DNS answers

2017-02-14 Thread John Crispin
On 14/02/2017 13:48, Rafał Miłecki wrote: > On 14 February 2017 at 12:18, Rafał Miłecki wrote: >> From: Rafał Miłecki >> >> This adds extra argument to dns_send_answer & interface_send_packet >> functions. For now we pass NULL-s only. > > Hi Rafał, please modify also dns_reply_a to accept this

[LEDE-DEV] [PATCH] ramips: replace remaining instances of ralink, port-map

2017-02-14 Thread Daniel Golle
Some boards were apparently forgotten when ralink,portmap was renamed to mediatek,portmap -- probably because they used the long obsolete ralink,port-map attribute. If this commit breaks ethernet wan/lan assignment, this is because the port-map attribute wasn't actually parsed, you'll have to repla

[LEDE-DEV] [PATCH mdns] Use A(AAA) when querying for domain on cache expire

2017-02-14 Thread Rafał Miłecki
From: Rafał Miłecki When cache entry is (halfly) expired we send query to get an update. So far we were sending all queries using PTR records but for cached domains it should be A(AAA) instead. Signed-off-by: Rafał Miłecki --- cache.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)

Re: [LEDE-DEV] [PATCH mdns 1/3] Prepare support for sending unicast DNS answers

2017-02-14 Thread Rafał Miłecki
On 14 February 2017 at 12:18, Rafał Miłecki wrote: > From: Rafał Miłecki > > This adds extra argument to dns_send_answer & interface_send_packet > functions. For now we pass NULL-s only. Hi Rafał, please modify also dns_reply_a to accept this new argument. You may want to send A unicast records

Re: [LEDE-DEV] FCC killing open platforms and inovations

2017-02-14 Thread Sven Eckelmann
On Dienstag, 14. Februar 2017 11:03:56 CET Petr Štetiar wrote: > Simon Wunderlich [2016-11-17 11:19:48]: [...] > Overflows can substitute soldering > http://blog.true.cz/2017/02/free-your-router-again/ > but even the Open Mesh representative thinks We told you before that we are not OpenMesh em

Re: [LEDE-DEV] Please test on your lantiq-Device: chan_lantiq | Patch from Stefan Koch is working

2017-02-14 Thread Dennis Schneck
  Sorry about my spelling mistake!   Stefan Koch made the Patch not me!   it should be called: many thanks to Stefan Koch, he made a Patch for lantiq ( chan_lantiq ) for Asterisk.     Thanks for testing hamsi2k     Gesendet: Dienstag, 14. Februar 2017 um 12:09 Uhr Von: hams...@freenet.de An: Le

Re: [LEDE-DEV] Makefile question

2017-02-14 Thread Milan Kočvara
I did it this way I have own script (/etc/rc.local_once) where I do, what I need after first boot and place it to $ENV/files/etc <- for example It is started from /etc/rc.local For sure, is started only once "after first boot", last row of this script empties default file /etc/rc.local (I do

[LEDE-DEV] [PATCH mdns 3/3] Don't try sending unicast responses with multicast address

2017-02-14 Thread Rafał Miłecki
From: Rafał Miłecki So far we were doing that when destination IP address wasn't specified. Now we have all places in code cleaned up, stop accepting this and print an error if needed. Signed-off-by: Rafał Miłecki --- interface.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-)

[LEDE-DEV] [PATCH mdns 1/3] Prepare support for sending unicast DNS answers

2017-02-14 Thread Rafał Miłecki
From: Rafał Miłecki This adds extra argument to dns_send_answer & interface_send_packet functions. For now we pass NULL-s only. Signed-off-by: Rafał Miłecki --- dns.c | 8 dns.h | 2 +- interface.c | 26 +++--- interface.h | 2 +- service.c | 6 ++

[LEDE-DEV] [PATCH mdns 2/3] Use unicast IP address when sending unicast service reply

2017-02-14 Thread Rafał Miłecki
From: Rafał Miłecki For each protocol (IPv4 and IPv6) we have two interfaces (sockets): one for unicast and one for multicast. If we noticed CLASS_UNICAST in the multicast query we were switching to unicast interface for sending reply. The problem was not passing destination IP address. It was r

Re: [LEDE-DEV] Please test on your lantiq-Device: chan_lantiq | Patch from Stefan Koch is working

2017-02-14 Thread hamsi2k
>Hello, >many thanks to Stefan Koch, i made a Patch for lantiq ( chan_lantiq ) for >Asterisk. >" target="_blank">https://forum.openwrt.org/viewtopic.php?id=62696 > >o26431-vmmc_v3.tar.gz > >I got build a Image for a VGV7510KW22 / o2 6431 with Astersik 13.x with LEDE >v17.01 rc2 >can do a dial out

[LEDE-DEV] witi problem how to track and report

2017-02-14 Thread davidea
hi people, i have a witi routerboard from mqmaker, yesterday i've managed to install lede, and start to study it. i know it has a lot of problem, then how i can track it and report? the first problemi is that the reboot command doesn't work as aspected BusyBox v1.25.1 () built-in shell (ash)

Re: [LEDE-DEV] FCC killing open platforms and inovations

2017-02-14 Thread Petr Štetiar
Simon Wunderlich [2016-11-17 11:19:48]: > On the other hand, swapping the u-boot is not so trivial, at least without > opening/soldering/modifying the flash from outside, which is considered a > reasonable hurdle. Overflows can substitute soldering http://blog.true.cz/2017/02/free-your-router

Re: [LEDE-DEV] Observing procd progress

2017-02-14 Thread Petr Štetiar
Philip Prindeville [2017-02-12 12:57:19]: Hi, > One thing I was wondering about was, on a headless system, but that does > have an LCD display, is maybe capturing the progress of procd as it runs and > displaying it on that LCD. BTW, what kind of platform and LCD is that? I would probably get