openwrtv3/package
Kuang Rufan 1e6e37c4f6 dnsmasq: add support for multiple tags for each host.
Currently, dnsmasq support assigning multiple tags to a host record
(--dhcp-host), but we only support only 1 tag for a host. The commit
makes the following config to be valid:

  config host
      option name 'computer'
      option mac '00:11:22:33:44:55'
      option ip '192.168.1.100'
      list tag 'vendor_class'
      list tag 'vendor_id'

  config tag 'vendor_class'
      list dhcp_option 'option:vendor-class,00:...<omitted>'

  config tag 'vendor_id'
      option force '1'
      list dhcp_option 'option:vendor-id-encap,00:...<omitted>'

Signed-off-by: Kuang Rufan <kuangrufan@pset.suntec.net>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-08-25 14:28:49 +02:00
..
base-files base-files: drop unused preinit_echo function 2017-08-09 23:23:06 +02:00
boot uboot-lantiq: Enable TFTP PUT support for backups 2017-08-18 18:47:27 +02:00
devel toolchain/arc: update to the most recent release arc-2017.03 2017-07-18 23:23:27 +02:00
firmware ath10k-firmware: update qca9887 firmware to 10.2.4-1.0-00029 2017-08-23 16:34:21 +02:00
kernel gpio-button-hotplug: leave platform_device.dev.platform_data untouched 2017-08-21 21:29:52 +02:00
libs openssl: update to version 1.0.2l 2017-07-28 23:07:17 +02:00
network dnsmasq: add support for multiple tags for each host. 2017-08-25 14:28:49 +02:00
system procd: update to latest git HEAD 2017-08-22 21:31:39 +02:00
utils f2fs-tools: fix mkfs.f2fs on big-endian systems 2017-08-25 10:19:06 +03:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00