openwrtv3/package
Grégoire Delattre 680a5c5d3e dnsmasq: add dhcp-range tags configuration
dnsmasq can match tags in its dhcp-range configuration, this commit adds
the option to configure it in the dhcp section

uci configuration:
config dhcp 'lan'
        option interface 'lan'
        list tag 'blue'
        list tag '!red'
        option start '10'
        option limit '150'
        option leasetime '12h'

generated dnsmasq configuration:
dhcp-range=tag:blue,tag:!red,set:lan,192.168.1.10,192.168.1.159,255.255.255.0,12h

Signed-off-by: Grégoire Delattre <gregoire.delattre@gmail.com>
2017-06-20 22:33:41 +02:00
..
base-files base-files: allocate uid/gid starting from 65536 2017-06-18 10:39:35 +08:00
boot kexec-tools: bump version and add support for crashdump kernel 2017-06-09 22:21:25 +02:00
devel gdb: disable simulator ; it's broken on ppc 2017-06-07 18:31:10 +02:00
firmware ipq806x: qca99xx: fix wifi calibration 2017-06-17 11:51:41 +02:00
kernel mt76: update to the latest version, fixes rate control issues 2017-06-17 12:17:33 +02:00
libs libunwind: update to version 1.2.1 2017-06-19 14:43:09 +08:00
network dnsmasq: add dhcp-range tags configuration 2017-06-20 22:33:41 +02:00
system procd: update to latest git HEAD 2017-06-19 22:12:51 +02:00
utils mdadm: Do not check RUN_DIR 2017-06-05 12:24:01 -07:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00