Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] Add procd triggers only for interfaces that dnsmasq is interested in.

2018-06-17 Thread Hans Dedecker
On Sun, Jun 17, 2018 at 4:57 PM Matthias Schiffer wrote: > > On 05/08/2018 12:37 AM, hux wrote: > > Signed-off-by: hux > > --- > > Right now interface.update events are sent out by netifd upon interface > > state, route, address (lifetime), prefix lifetime changes. Dnsmasq is only > > intereste

Re: [OpenWrt-Devel] [PATCH] brcm2708: Add support for CYW43455

2018-06-17 Thread John Crispin
On 11/06/18 00:42, Christo Nedev wrote: brcmfmac-firmware-43455-sdio Content: brcmfmac43455-sdio.bin brcmfmac43455-sdio.clm_blob brcmfmac43455-sdio.txt Source: https://github.com/RPi-Distro/firmware-nonfree.git Signed-off-by: Christo Nedev Hi, sorry for the late reply, patch fails to app

Re: [OpenWrt-Devel] [PATCH] kernel: update 4.14 to 4.14.50

2018-06-17 Thread John Crispin
On 17/06/18 16:09, Magnus Kroken wrote: Signed-off-by: Magnus Kroken Hi, patch collides with another one i just merged, please rebase/send this one     John --- Runtime-tested on * powerpc/mpc85xx (with 4.14 support patches by Achim Gottinger) * mips/ath79 include/kernel-version.mk

[OpenWrt-Devel] [PATCH] wolfssl: reorganized build options

2018-06-17 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Removed options that can't be turn

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] Add procd triggers only for interfaces that dnsmasq is interested in.

2018-06-17 Thread Matthias Schiffer
On 05/08/2018 12:37 AM, hux wrote: > Signed-off-by: hux > --- > Right now interface.update events are sent out by netifd upon interface > state, route, address (lifetime), prefix lifetime changes. Dnsmasq is only > interested in interface state changes and currently adds an interface trigger >

[OpenWrt-Devel] [PATCH] busybox: update to 1.28.4

2018-06-17 Thread Magnus Kroken
Signed-off-by: Magnus Kroken --- Runtime tested on mips/ath79, mips/ar71xx and powerpc/mpc85xx. General bump to the latest stable version. This version fixes issues with the nsenter and dpkg utilities in BusyBox, which OpenWrt does not build by default. package/utils/busybox/Makefile | 6 +++---

[OpenWrt-Devel] [PATCH] kernel: update 4.14 to 4.14.50

2018-06-17 Thread Magnus Kroken
Signed-off-by: Magnus Kroken --- Runtime-tested on * powerpc/mpc85xx (with 4.14 support patches by Achim Gottinger) * mips/ath79 include/kernel-version.mk | 4 ++-- .../patches-4.14/0035-MIPS-ath79-fix-QCA956x-boot.patch| 6 +++--- .../324-v4.16-netfilter-

Re: [OpenWrt-Devel] [PATCH 1/3] net: dsa: Add DT bindings for Vitesse VSC73xx switches

2018-06-17 Thread Jiri Pirko
Thu, Jun 14, 2018 at 02:35:32PM CEST, linus.wall...@linaro.org wrote: >This adds the device tree bindings for the Vitesse VSC73xx >switches. We also add the vendor name for Vitesse. > >Cc: devicet...@vger.kernel.org >Signed-off-by: Linus Walleij >--- > .../bindings/net/dsa/vitesse,vsc73xx.txt