Re: [LEDE-DEV] [PATCH] update triggerhappy package to version 0.5.0

2017-06-24 Thread Daniel Engberg
Hi Stefan, Thanks for submitting a patch, I think however the preferred way is to use GitHub (PR) as that's the main repo and it's still under the OpenWrt project. However, triggerhappy needs a bit more love than just adjusting what version to pull. PKG_SOURCE should be changed to xz inste

[LEDE-DEV] [PATCH] update triggerhappy package to version 0.5.0

2017-06-24 Thread Stefan Tomanek
Tested on TP-Link Archer C7 Signed-off-by: Stefan Tomanek --- utils/triggerhappy/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index 97c6e90..7a56e42 100644 --- a/utils/triggerhappy/Makefile +++ b/uti

Re: [LEDE-DEV] [PATCH] mbedtls: update to 2.5.1

2017-06-24 Thread Daniel Engberg
Hi, This is exactly why I want to add https://github.com/lede-project/source/pull/1133 so we don't need to chase around for odd mirrors. :-) Best regards, Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mail

[LEDE-DEV] [PATCH v5] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-24 Thread Paul Oranje
With this patch the dnsmasq init script manages resolv.conf if and only if when dnsmasq will listen on 127.0.0.1#53 (is main resolver instance). Also adds ::1 to the resolver file. For unbound a likewise patch exists (PR#4454). Fixes (combined with the unbound PR) FS#785 Signed-off-by: Paul Oranj