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
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
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
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