immortalwrt/package
Paul Fertser f271ce5b3c dnsmasq: add match_tag for --dhcp-host
A set of tags can be specified for --dhcp-host option to restrict the
assignment to the requests which match all the tags.

Example usage:

config vendorclass
        option networkid 'udhcp'
        option vendorclass 'udhcp'

config host
        option mac '*:*:*:*:*:*'
        list match_tag 'switch.10'
        list match_tag 'udhcp'
        option ip '192.168.25.10'

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2021-11-24 12:36:23 +08:00
..
base-files base-files, metadata: support additional group membership 2021-11-10 15:42:57 +08:00
boot uboot-lantiq: fix sha1.h header clash when system libmd installed 2021-11-09 21:24:33 +08:00
devel gdb: update to 10.2 2021-08-22 12:15:19 +08:00
emortal gargoyle: cleanup build warning and makefile 2021-11-11 15:46:50 +08:00
firmware ipq40xx: rename AC1200 to LEGUANG CA100 2021-10-20 00:16:15 +08:00
kernel ltq-vdsl-fw: update w921v firmware download URL 2021-11-19 23:58:21 +08:00
libs libsemanage: update to version 3.3 2021-11-06 00:34:56 +08:00
network dnsmasq: add match_tag for --dhcp-host 2021-11-24 12:36:23 +08:00
system fstools: update to 2020-07-11 2021-11-11 23:58:42 +08:00
utils f2fstools: set each library package VARIANT 2021-11-16 13:17:31 +08:00
Makefile build: fix opkg install step for large package selection 2021-05-12 23:27:23 +08:00