[LEDE-DEV] [PATCH] ar71xx: add support for Ubiquiti Litebeam M5

2018-01-16 Thread Arne Zachlod
Specification: - SoC: Atheros AR9342 - Flash: 8 MiB - RAM: 64 MiB - UART: 1x UART on PCB - 115200 8N1 - Ethernet: 1 x 100 Mbit with passive PoE (24V/0.2A) Doesn't work: * Flash via TFTP with Uiquiti Uboot Installation via vendor firmware: - upload factory image via webinterface Signed-off-by:

Re: [LEDE-DEV] DDNS for ipv6

2018-01-16 Thread e9hack
Hi Christian, I revert all ddns related changes. It looks like that the changes are not the root cause. I check my old log files. The issue did start with my build from 16th of December. Independently of this, I'm the opinion, ddns for ipv6 can't work with a deal-in or modem connection. My wan

Re: [LEDE-DEV] [PATCH] ipq806x: replace linux, part-probe with a proper partitions subnode

2018-01-16 Thread Stefan Lippers-Hollmann
Hi On 2018-01-11, Rafał Miłecki wrote: > From: Rafał Miłecki > > This solution is more upstream compatible as it only requires specifying > of_match_table in the parser code and doesn't depend on linux,part-probe > which is solution made generic by a LEDE downstream patch that

Re: [LEDE-DEV] OpenWrt LEDE merge

2018-01-16 Thread Alberto Bursi
On 16/01/2018 16:11, Andrey Jr. Melnikov wrote: In gmane.comp.embedded.lede.devel Hauke Mehrtens wrote: [...] Old pre-15.05 OpenWrt CC releases, which are not supported any more, can be found at https://archive.openwrt.org . Old https://dev.openwrt.org serving content

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

2018-01-16 Thread Dirk Feytons
The callback function registered to be invoked when subscribing to a notification was only passed the notification data (if any) but not the name of the notification. This name is now passed as second argument to remain backwards compatible. The example subscriber.lua has also be updated.

[LEDE-DEV] [PATCH] procd: add timing to start/stop logging

2018-01-16 Thread Karl Vogel
Shows how long an initd task took, for example: procd: stop /etc/init.d/dropbear running - took 0.088824 us procd: Update service dnsmasq procd: Update instance dnsmasq::dnsmasq procd: running /etc/init.d/dnsmasq running procd: start /etc/init.d/dnsmasq running procd: stop