openwrt/package
Yousong Zhou ec2a2a2aea dnsmasq: allow using dnsmasq as the sole resolver
Currently it seems impossible to configure /etc/config/dhcp to achieve
the following use case

 - run dnsmasq with no-resolv
 - re-generate /etc/resolv.conf with "nameserver 127.0.0.1"

Before this change, we have to set resolvfile to /tmp/resolv.conf.auto
to achive the 2nd effect above, but setting resolvfile requires noresolv
being false.

A new boolean option "localuse" is added to indicate that we intend to
use dnsmasq as the local dns resolver.  It's false by default and to
align with old behaviour it will be true automatically if resolvfile is
set to /tmp/resolv.conf.auto

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Acked-by: Hans Dedecker <dedeckeh@gmail.com>
2019-02-19 13:06:06 +00:00
..
base-files base-files: fix ucert verification 2019-02-12 16:42:03 +01:00
boot uboot-kirkwood: update to 2019.01 2019-02-17 19:22:39 +01:00
devel strace: Only allow libdw or libunwind 2019-02-17 19:22:39 +01:00
firmware linux-firmware: DRM: add amdgpu firmware 2019-02-17 19:22:39 +01:00
kernel mac80211: rt2x00: backport accepted and pending patches from upstream 2019-02-19 09:05:34 +01:00
libs elfutils: fix DEPENDS for libelf 2019-02-17 19:22:39 +01:00
network dnsmasq: allow using dnsmasq as the sole resolver 2019-02-19 13:06:06 +00:00
system fwtool: add support for extracting the truncated data part to stdout 2019-02-12 16:41:38 +01:00
utils mdadm: Update to 4.1 2019-02-17 17:33:18 +01:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00