Re: [LEDE-DEV] [PATCH] ar71xx: add Engenius ENH200EXT support

2017-03-31 Thread Daniel Golle
Hi Paul, On Fri, Mar 31, 2017 at 10:38:39PM +0200, Paul Oranje wrote: > This POE access point suited for outside usage needs an external antenna. > According FCC documentation the ENH200EXT (needs external antenna) and the > ENH200 (with internal antenna) are electrically equal to the Allnet

[LEDE-DEV] [PATCH] brcm2708: include upstream bcm2835-rpi-zero DT binary in image

2017-03-31 Thread Rafał Miłecki
From: Rafał Miłecki This allows easier testing/developing/debugging of upstream DTS file. Foundation's start.elf doesn't use it on its own so this won't cause any regressions. Testing this DTB requires using U-Boot or adding device_tree entry to the config.txt. Signed-off-by:

[LEDE-DEV] [PATCH] ar71xx: add Engenius ENH200EXT support

2017-03-31 Thread Paul Oranje
This POE access point suited for outside usage needs an external antenna. According FCC documentation the ENH200EXT (needs external antenna) and the ENH200 (with internal antenna) are electrically equal to the Allnet ALL0258N. The stock image does not allow install of a LEDE factory image, but

Re: [LEDE-DEV] [PATCH] ar71xx: add support for TP-Link TL-WDR5600 v1

2017-03-31 Thread Piotr Dymacz
Hello Jie, Thank you for your patch, unfortunately it fails to apply, please rebase and resend it. Also, please see my comments inline, below. On 31.03.2017 13:06, Jie Ke wrote: From: Soundtrack9407 Full and real name, please. Specifications: - SoC: Qualcomm

Re: [LEDE-DEV] [PATCH RFC] owsd: add package for OpenWrt WebSocket Daemon

2017-03-31 Thread Denis Osvald
Hi Rafał, On 2017-03-30 12:21, Rafał Miłecki wrote: > Hi, > > I don't know if there is any interest in this package (and if it should go to > base or external repo), but I gave it a try and so I'm sharing my code. owsd was written by me for Inteno. It's used in the JUCI web UI. Our plans for

[LEDE-DEV] [PATCH] base-files: use restart if no reload hook for service

2017-03-31 Thread Alexandru Ardelean
This was also working before, with a slightly different semantic. [ Original semantic ] If no reload hooks was implemented, the default one would kick in, it would return fail, and restart would happen. This would happen also in the case where a reload hook would be implemented, it would fail,

[LEDE-DEV] [PATCH netifd] interface: add new "ifup-failed" hotplug event

2017-03-31 Thread Martin Schiller
This hook makes it possible to do some helper work in hotplug scripts when a connection is not established successfully. example: try several username/passwords from a pool to establish a pppoe or wwan connection by replacing the configured values of the connection in a hotplug script.