Re: [LEDE-DEV] failed interentconnectitity detection - auto reboot device ?

2016-11-14 Thread Outback Dingo
this can be done by adding the following... itll ping for every X seconds... and choice to reboot if lost luci-app-watchcat watchcat On Tue, Nov 15, 2016 at 2:04 PM, Rafał Miłecki wrote: > On 14 November 2016 at 12:20, Dennis Schneck wrote: >> Have the issue that often the WAN Interface >> lost

Re: [LEDE-DEV] failed interentconnectitity detection - auto reboot device ?

2016-11-14 Thread Rafał Miłecki
On 14 November 2016 at 12:20, Dennis Schneck wrote: > Have the issue that often the WAN Interface > lost connection / IP Address. (down and up of interface did not work) > If i reboot the Device it runs. What exact commands did you execute? Have you tried restarting network or dnsmasq instead of

[LEDE-DEV] [RFC 1/4] fwtool: add utility for appending and extracting firmware metadata/signatures

2016-11-14 Thread Felix Fietkau
This will be used to append extra information to images which allows the system to verify if an image is compatible with the system. The extra data is appended to the end of the image, where it will be ignored when upgrading from systems that do not process this data yet: If the image is a squash

[LEDE-DEV] [RFC 3/4] build: add support code for appending metadata to images

2016-11-14 Thread Felix Fietkau
Signed-off-by: Felix Fietkau --- include/image-commands.mk | 18 ++ include/image.mk | 5 - 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/include/image-commands.mk b/include/image-commands.mk index 1d4bdfc..3376a48 100644 --- a/include/image-commands

[LEDE-DEV] [RFC 4/4] ipq806x: append metadata to images

2016-11-14 Thread Felix Fietkau
Signed-off-by: Felix Fietkau --- target/linux/ipq806x/base-files/lib/upgrade/platform.sh | 1 + target/linux/ipq806x/image/Makefile | 11 +-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/targ

[LEDE-DEV] [RFC 2/4] base-files: validate metadata of sysupgrade images

2016-11-14 Thread Felix Fietkau
Use fwtool to extract it, only require metadata to be present if the platform sysupgrade script sets REQUIRE_IMAGE_METADATA=1 Image metadata is in JSON format and contains a list of supported devices, along with version information that could be displayed by a UI later before the actual upgrade ha

Re: [LEDE-DEV] FCC killing open platforms and inovations [Was: Re: [PATCH] ar71xx: Add usable, inactive LEDs on OpenMesh devices]

2016-11-14 Thread Piotr Maksymiuk
Judging by how easy it was in the beggining to fool Android bootloaders into doing stupid stuff, I wouldn't be too worried - granted that we get the right people interested. This however is a substandard solution unfortunately.. > On 14 Nov 2016, at 16:59, Petr Štetiar wrote: > > Petr Štetiar

Re: [LEDE-DEV] FCC killing open platforms and inovations [Was: Re: [PATCH] ar71xx: Add usable, inactive LEDs on OpenMesh devices]

2016-11-14 Thread Petr Štetiar
Petr Štetiar [2016-11-14 14:24:48]: > The only sane way of fixing this is to dump the private keys out of the > U-Boot and patch the ap51-flash so the LEDE users are able to sign their own > LEDE or any other custom OS images and use the HW as they wish. I was corrected by someone who would like

Re: [LEDE-DEV] Crash on D-Link DIR-869-A1 (ar71xx) with ath10k / Coova-Chilli

2016-11-14 Thread John Crispin
Hi James, you have run out of memory. try using unit with more ram. John On 14/11/2016 14:29, James Wood wrote: > Hi John > > Please find below with KALLSYMS enabled. To be honest it doesn't appear to > add anything extra? To enable it, I set CONFIG_KERNEL_KALLSYMS=y and > performed a

Re: [LEDE-DEV] Crash on D-Link DIR-869-A1 (ar71xx) with ath10k / Coova-Chilli

2016-11-14 Thread James Wood
Hi John Please find below with KALLSYMS enabled. To be honest it doesn't appear to add anything extra? To enable it, I set CONFIG_KERNEL_KALLSYMS=y and performed a make target/linux/clean - then re-compiled and used sysupgrade to flash. Did I miss something, and how can I check whether KALLSYMS wa

[LEDE-DEV] FCC killing open platforms and inovations [Was: Re: [PATCH] ar71xx: Add usable, inactive LEDs on OpenMesh devices]

2016-11-14 Thread Petr Štetiar
Hi Sven, first of all I would like to thank you and your colleagues for your great work and upstreaming of the support for all OpenMesh devices, opensourcing the ap51-flash utils etc. But on the other hand I'm wondering how should I upload my custom LEDE image to my recently purchased OM5P-AC dev

[LEDE-DEV] [PATCH] kernel: enable pcrypt

2016-11-14 Thread Jason A. Donenfeld
This is a powerful API for parallel crypto from which many other modules can benefit. It only winds up being turned on on SMP systems, which means this adds 0 bytes to the kernel on tiny machines, while only adding a small bit to SMP systems for big performance improvements. Signed-off-by: Jason A

[LEDE-DEV] failed interentconnectitity detection - auto reboot device ?

2016-11-14 Thread Dennis Schneck
  Hello, sorry about my poor english. Have the issue that often the WAN Interface lost connection / IP Address. (down and up of interface did not work) If i reboot the Device it runs. Is there a tool in LEDE to detect fail in interentconnectitity an reboot the device if the interentconnectitity is

Re: [LEDE-DEV] [PATCH] libnl-tiny: Avoid re-defining ifmap

2016-11-14 Thread Felix Fietkau
On 2016-11-14 03:31, Florian Fainelli wrote: > Guard the ifmap structure definition with __UAPI_DEF_IF_IFMAP to avoid > build errors like these with newer kernels: > > In file included from > /home/florian/dev/openwrt/trunk/staging_dir/toolchain-arm_cortex-a8+vfpv3_gcc-6.2.0_glibc-2.24_eabi/includ

Re: [LEDE-DEV] [PATCH] kernel: expose configuration for padata

2016-11-14 Thread Felix Fietkau
On 2016-11-10 04:07, Jason A. Donenfeld wrote: > The padata API is a powerful framework for doing parallel jobs inside > the kernel, on which various modules in the package feed can depend, > such as WireGuard. There is no item text, so that it does not show up > in menuconfig, as this is only supp